1
0
forked from aniani/vim

updated for version 7.4.290

Problem:    A non-greedy match followed by a branch is too greedy. (Ingo
            Karkat)
Solution:   Add NFA_MATCH when it is already in the state list if the position
            differs.
This commit is contained in:
Bram Moolenaar
2014-05-13 16:44:29 +02:00
parent ee4825331a
commit 9c235069b2
4 changed files with 28 additions and 8 deletions

View File

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