diff options
author | James McCoy <jamessan@jamessan.com> | 2017-06-14 22:51:50 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-06-26 22:07:28 -0400 |
commit | 518b42db916ccbb9057ca9361b48e83ea65bc3b9 (patch) | |
tree | 148d94723ac2bcec5972bcb318d73673915f2d2a /src | |
parent | 7955cf35158f56a207ece32127adece23fd0fba1 (diff) | |
download | rneovim-518b42db916ccbb9057ca9361b48e83ea65bc3b9.tar.gz rneovim-518b42db916ccbb9057ca9361b48e83ea65bc3b9.tar.bz2 rneovim-518b42db916ccbb9057ca9361b48e83ea65bc3b9.zip |
functests/legacy: Add lua version of test_search.vim
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_search.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_search.vim b/src/nvim/testdir/test_search.vim index 9c29236ac9..1398cc4d4e 100644 --- a/src/nvim/testdir/test_search.vim +++ b/src/nvim/testdir/test_search.vim @@ -1,6 +1,7 @@ " Test for the search command func Test_search_cmdline() + " See test/functional/legacy/search_spec.lua throw 'skipped: Nvim does not support test_disable_char_avail()' if !exists('+incsearch') return @@ -197,6 +198,7 @@ func Test_search_cmdline() endfunc func Test_search_cmdline2() + " See test/functional/legacy/search_spec.lua throw 'skipped: Nvim does not support test_disable_char_avail()' if !exists('+incsearch') return |