forked from aniani/vim
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
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
|