forked from aniani/vim
Add files missing from patch 7.4.771.
This commit is contained in:
15
src/testdir/test_search_mbyte.in
Normal file
15
src/testdir/test_search_mbyte.in
Normal file
@@ -0,0 +1,15 @@
|
||||
Test for search('multi-byte char', 'bce')
|
||||
|
||||
STARTTEST
|
||||
:source small.vim
|
||||
:source mbyte.vim
|
||||
:set encoding=utf-8
|
||||
:/^Test bce:/+1
|
||||
:$put =search('A', 'bce', line('.'))
|
||||
:1;/^Results:/,$wq! test.out
|
||||
ENDTEST
|
||||
|
||||
Results:
|
||||
|
||||
Test bce:
|
||||
A
|
||||
5
src/testdir/test_search_mbyte.ok
Normal file
5
src/testdir/test_search_mbyte.ok
Normal file
@@ -0,0 +1,5 @@
|
||||
Results:
|
||||
|
||||
Test bce:
|
||||
A
|
||||
15
|
||||
Reference in New Issue
Block a user