1
0
forked from aniani/vim

updated for version 7.4.036

Problem:    NFA engine does not capture group correctly when using \@>. (ZyX)
Solution:   Copy submatches before doing the recursive match.
This commit is contained in:
Bram Moolenaar
2013-09-25 16:41:54 +02:00
parent 18441ae2cd
commit 699c12076d
4 changed files with 33 additions and 17 deletions

View File

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