1
0
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:
Bram Moolenaar
2012-09-18 16:47:07 +02:00
parent 2623b4f412
commit be1e9e9fc1
2 changed files with 3 additions and 1 deletions

View File

@@ -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