1
0
forked from aniani/vim

updated for version 7.3.1192

Problem:    Valgrind reports errors when using backreferences. (Dominique
            Pelle)
Solution:   Do not check the end of submatches.
This commit is contained in:
Bram Moolenaar
2013-06-14 21:15:25 +02:00
parent 580abea48a
commit c5089bb8ff
2 changed files with 11 additions and 36 deletions

View File

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