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:
@ -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)
|
||||
|
||||
@ -709,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
324,
|
||||
/**/
|
||||
323,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user