functests/legacy: Add lua version of test_search.vim

This commit is contained in:
James McCoy
2017-06-14 22:51:50 -04:00
parent 7955cf3515
commit 518b42db91
2 changed files with 394 additions and 0 deletions

View File

@@ -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