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
|
||||
}
|
||||
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
|
||||
|
Reference in New Issue
Block a user