]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.660 v7.3.660
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2012 16:19:46 +0000 (18:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2012 16:19:46 +0000 (18:19 +0200)
Problem:    ":help !" jumps to help for ":!".
Solution:   Adjust check for tag header line. (Andy Wokula)

src/tag.c
src/version.c

index 4f2426b90c15806859b367038cb502fd5a25a1e9..34e9c4ff2728c4e8ddbe4734b18032e57cd9d6fe 100644 (file)
--- a/src/tag.c
+++ b/src/tag.c
@@ -1797,7 +1797,7 @@ line_read_in:
             */
            if (state == TS_START)
            {
-               if (STRNCMP(lbuf, "!_TAG_", 6) <= 0)
+               if (STRNCMP(lbuf, "!_TAG_", 6) == 0)
                {
                    /*
                     * Read header line.
index 06afdf2cc59528b3b1dbefbc23c4f2dff510438d..3851b3f88907fb8448791bd33228057222e1ef94 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    660,
 /**/
     659,
 /**/