forked from aniani/vim
updated for version 7.2b-006
This commit is contained in:
@@ -3854,6 +3854,8 @@ get_tags(list, pat)
|
|||||||
/* Skip field without colon. */
|
/* Skip field without colon. */
|
||||||
while (*p != NUL && *p >= ' ')
|
while (*p != NUL && *p >= ' ')
|
||||||
++p;
|
++p;
|
||||||
|
if (*p == NUL)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
6,
|
||||||
/**/
|
/**/
|
||||||
5,
|
5,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user