]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-039 v7.1.039
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Jul 2007 20:56:39 +0000 (20:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Jul 2007 20:56:39 +0000 (20:56 +0000)
src/ex_cmds.c
src/testdir/test63.in [new file with mode: 0644]
src/testdir/test63.ok [new file with mode: 0644]
src/version.c

index 0ecfda24ea477ae253dbe7ed5e8aacce6fd68fb6..46671dca0ab9a1d253bc38620fbd76092f7b35e2 100644 (file)
@@ -6374,9 +6374,9 @@ helptags_one(dir, ext, tagfname)
        for (i = 0; i < ga.ga_len; ++i)
        {
            s = ((char_u **)ga.ga_data)[i];
-           if (STRNCMP(s, "help-tags", 9) == 0)
+           if (STRNCMP(s, "help-tags\t", 10) == 0)
                /* help-tags entry was added in formatted form */
-               fprintf(fd_tags, (char *)s);
+               fputs((char *)s, fd_tags);
            else
            {
                fprintf(fd_tags, "%s\t/*", s);
diff --git a/src/testdir/test63.in b/src/testdir/test63.in
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/testdir/test63.ok b/src/testdir/test63.ok
new file mode 100644 (file)
index 0000000..e69de29
index 61b1a3d63bacc36751d12d8e4d0edff4db70f0d5..f8e40fbbdfdbb5b436a4fa4f2065fd8d4135888e 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    39,
 /**/
     38,
 /**/