]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.324 v7.3.324
authorBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2011 14:23:32 +0000 (16:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2011 14:23:32 +0000 (16:23 +0200)
Problem:    Completion for ":compiler" shows color scheme names.
Solution:   Fix the directory name. (James Vega)

src/ex_getln.c
src/version.c

index 8239c0c87772e9d405b4e216ca2dd78c31cb4197..da03a0494f0adaec4dcbd757f78519c5665bbc41 100644 (file)
@@ -4546,7 +4546,7 @@ ExpandFromContext(xp, pat, num_file, file, options)
     }
     if (xp->xp_context == EXPAND_COMPILER)
     {
-       char *directories[] = {"colors", NULL};
+       char *directories[] = {"compiler", NULL};
        return ExpandRTDir(pat, num_file, file, directories);
     }
     if (xp->xp_context == EXPAND_OWNSYNTAX)
index db34e7a2d6838bfb152c4bda4ce96d093143dac6..854cb9c716de027f28b4de2f7bbaa67939e65a83 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    324,
 /**/
     323,
 /**/