updated for version 7.2b-006 v7.2b.006
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 09:26:30 +0000 (09:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 09:26:30 +0000 (09:26 +0000)
src/tag.c
src/version.c

index 7d79e8093801303377ddad5810ebdc768916b5a8..1352f2047a5d57a1638d1479d7220b9b7c91c821 100644 (file)
--- 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;
                    }
                }
            }
index 95d6d54f0be2946275fbfe2fa1f6ca92f1ad69ea..d8a008d78ebcc354e7bde34e23c3165a5933b64c 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    6,
 /**/
     5,
 /**/