1
0
forked from aniani/vim

updated for version 7.4.100

Problem:    NFA regexp doesn't handle backreference correctly. (Ryuichi
            Hayashida, Urtica Dioica)
Solution:   Always add NFA_SKIP, also when it already exists at the start
            position.
This commit is contained in:
Bram Moolenaar
2013-11-21 16:03:40 +01:00
parent cafaa8a950
commit 272fb58236
4 changed files with 7 additions and 1 deletions

View File

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