mirror of
https://github.com/neovim/neovim.git
synced 2026-03-23 17:10:52 +00:00
tests: Remove old charset test after migration.
This commit is contained in:
@@ -25,7 +25,6 @@ SCRIPTS := \
|
||||
test88.out \
|
||||
test_listlbr.out \
|
||||
test_breakindent.out \
|
||||
test_charsearch.out \
|
||||
test_close_count.out \
|
||||
test_marks.out \
|
||||
test_match_conceal.out \
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
Test for character searches
|
||||
|
||||
STARTTEST
|
||||
:so small.vim
|
||||
:" check that "fe" and ";" work
|
||||
/^X
|
||||
ylfep;;p,,p:
|
||||
:" check that save/restore works
|
||||
/^Y
|
||||
ylfep:let csave = getcharsearch()
|
||||
fip:call setcharsearch(csave)
|
||||
;p;p:
|
||||
:" check that setcharsearch() changes the settins.
|
||||
/^Z
|
||||
ylfep:call setcharsearch({'char': 'k'})
|
||||
;p:call setcharsearch({'forward': 0})
|
||||
$;p:call setcharseearch({'until'}: 1})
|
||||
;;p:
|
||||
:/^X/,$w! test.out
|
||||
:qa!
|
||||
ENDTEST
|
||||
|
||||
Xabcdefghijkemnopqretuvwxyz
|
||||
Yabcdefghijkemnopqretuvwxyz
|
||||
Zabcdefghijkemnokqretkvwxyz
|
||||
@@ -1,3 +0,0 @@
|
||||
XabcdeXfghijkeXmnopqreXtuvwxyz
|
||||
YabcdeYfghiYjkeYmnopqreYtuvwxyz
|
||||
ZabcdeZfghijkZemnokZqretkZvwxyz
|
||||
Reference in New Issue
Block a user