1
0
forked from aniani/vim

updated for version 7.2b-006

This commit is contained in:
Bram Moolenaar
2008-07-18 09:26:30 +00:00
parent ffd66c4508
commit de1656ec20
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
} }
} }
} }

View File

@@ -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,
/**/ /**/