1
0
forked from aniani/vim

updated for version 7.3.841

Problem:    When a "cond ? one : two" expression has a subscript it is not
            parsed correctly. (Andy Wokula)
Solution:   Handle a subscript also when the type is unknown. (Christian
            Brabandt)
This commit is contained in:
Bram Moolenaar
2013-02-26 19:36:15 +01:00
parent f5e44a7e90
commit e17c260335
2 changed files with 12 additions and 0 deletions

View File

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