forked from aniani/vim
updated for version 7.3.663
Problem: End of color scheme name not clear in E185. (Aaron Lewis) Solution: Put the name in single quotes.
This commit is contained in:
@@ -6466,7 +6466,7 @@ ex_colorscheme(eap)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if (load_colors(eap->arg) == FAIL)
|
else if (load_colors(eap->arg) == FAIL)
|
||||||
EMSG2(_("E185: Cannot find color scheme %s"), eap->arg);
|
EMSG2(_("E185: Cannot find color scheme '%s'"), eap->arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -719,6 +719,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 */
|
||||||
|
/**/
|
||||||
|
663,
|
||||||
/**/
|
/**/
|
||||||
662,
|
662,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user