mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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
|