tests: Remove old charset test after migration.

This commit is contained in:
Lucas Hoffmann
2016-02-13 11:41:48 +01:00
parent 76c9bd00d0
commit 4a02dc0828
3 changed files with 0 additions and 29 deletions

View File

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

View File

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

View File

@@ -1,3 +0,0 @@
XabcdeXfghijkeXmnopqreXtuvwxyz
YabcdeYfghiYjkeYmnopqreYtuvwxyz
ZabcdeZfghijkZemnokZqretkZvwxyz