1
0
forked from aniani/vim

Add files missing from patch 7.4.771.

This commit is contained in:
Bram Moolenaar
2015-07-10 18:23:59 +02:00
parent b6be1e2390
commit efcabd6892
2 changed files with 20 additions and 0 deletions

View 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('', 'bce', line('.'))
:1;/^Results:/,$wq! test.out
ENDTEST
Results:
Test bce:

View File

@@ -0,0 +1,5 @@
Results:
Test bce:
15