commit | be1e9e9fc1f31e3d0b82eb3febd51923bda2a1e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 16:47:07 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 16:47:07 2012 +0200 |
tree | b66d9e2264e511f5101b125fe8c7d0a43637ca7d | |
parent | 2623b4f412a77f6426ab997246d755fdcbddea7b [diff] [blame] |
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.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 2257c55..ebc8b98 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -6466,7 +6466,7 @@ #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