1
0
forked from aniani/vim

updated for version 7.3.1153

Problem:    New regexp engine: Some look-behind matches are very expensive.
Solution:   Pospone invisible matches further, until a match is almost found.
This commit is contained in:
Bram Moolenaar
2013-06-09 16:24:45 +02:00
parent a940aa6fc4
commit 2a4e98ac1e
2 changed files with 167 additions and 85 deletions

View File

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