From: Bram Moolenaar Date: Fri, 18 Jul 2008 09:26:30 +0000 (+0000) Subject: updated for version 7.2b-006 X-Git-Tag: v7.2b.006 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de1656ec2042de8d5a9b89c6eb1056d3f73835c6;p=vim updated for version 7.2b-006 --- diff --git a/src/tag.c b/src/tag.c index 7d79e8093..1352f2047 100644 --- a/src/tag.c +++ b/src/tag.c @@ -3854,6 +3854,8 @@ get_tags(list, pat) /* Skip field without colon. */ while (*p != NUL && *p >= ' ') ++p; + if (*p == NUL) + break; } } } diff --git a/src/version.c b/src/version.c index 95d6d54f0..d8a008d78 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 6, /**/ 5, /**/