mirror of
https://github.com/zoriya/vim.git
synced 2026-06-04 04:18:41 +00:00
Add files missing from patch 7.4.771.
This commit is contained in:
@@ -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
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Results:
|
||||||
|
|
||||||
|
Test bce:
|
||||||
|
A
|
||||||
|
15
|
||||||
Reference in New Issue
Block a user