blob: 4570a6207e7f7c6fb22f01b4ad1f95c1c83ee38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|