view src/testdir/test_charsearch.in @ 8827:c154fbd3004f v7.4.1701

commit https://github.com/vim/vim/commit/f9f22dbe4f90673ecce601a9dee4bb750ce3cd8f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 14:09:59 2016 +0200 patch 7.4.1701 Problem: Equivalence classes still tested in old style tests. Solution: Remove the duplicate.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Apr 2016 14:15:06 +0200
parents efbb9916290c
children
line wrap: on
line source

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 settings.
/^Z
ylfep:call setcharsearch({'char': 'k'})
;p:call setcharsearch({'forward': 0})
$;p:call setcharsearch({'until': 1})
:set cpo-=;
;;p:
:/^X/,$w! test.out
:qa!
ENDTEST

Xabcdefghijkemnopqretuvwxyz
Yabcdefghijkemnopqretuvwxyz
Zabcdefghijkemnokqretkvwxyz