]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.663 v7.3.663
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2012 14:47:07 +0000 (16:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2012 14:47:07 +0000 (16:47 +0200)
Problem:    End of color scheme name not clear in E185. (Aaron Lewis)
Solution:   Put the name in single quotes.

src/ex_docmd.c
src/version.c

index 2257c551caf404156c36d3616df33da97d1f0649..ebc8b98d111df5674d4c3f3e4684ff89b995685f 100644 (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
index a6e3ec38cec773bde44afd9d8bd1ac3048348f43..43d11611bda609c282b40bd3c7b7e28f7da3c85f 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    663,
 /**/
     662,
 /**/