1
0
forked from aniani/vim

updated for version 7.4.020

Problem:    NFA engine matches too much with \@>. (John McGowan)
Solution:   When a whole pattern match is found stop searching.
This commit is contained in:
Bram Moolenaar
2013-09-05 16:05:36 +02:00
parent 00b764aa41
commit 78c93e4b6a
4 changed files with 10 additions and 1 deletions

View File

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