1
0
forked from aniani/vim

updated for version 7.3.1011

Problem:    New regexp engine is inefficient with multi-byte characters.
Solution:   Handle a character at a time instead of a byte at a time.  Also
            make \Z partly work.
This commit is contained in:
Bram Moolenaar
2013-05-24 21:59:54 +02:00
parent 1d814754c0
commit 3c577f26cd
4 changed files with 66 additions and 101 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1011,
/**/
1010,
/**/