updated for version 7.3.324

Problem:    Completion for ":compiler" shows color scheme names.
Solution:   Fix the directory name. (James Vega)
This commit is contained in:
Bram Moolenaar
2011-09-30 16:23:32 +02:00
parent 98a22f4a63
commit a627c96182
2 changed files with 3 additions and 1 deletions

View File

@ -4546,7 +4546,7 @@ ExpandFromContext(xp, pat, num_file, file, options)
} }
if (xp->xp_context == EXPAND_COMPILER) if (xp->xp_context == EXPAND_COMPILER)
{ {
char *directories[] = {"colors", NULL}; char *directories[] = {"compiler", NULL};
return ExpandRTDir(pat, num_file, file, directories); return ExpandRTDir(pat, num_file, file, directories);
} }
if (xp->xp_context == EXPAND_OWNSYNTAX) if (xp->xp_context == EXPAND_OWNSYNTAX)

View File

@ -709,6 +709,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
324,
/**/ /**/
323, 323,
/**/ /**/