diff src/version.c @ 3810:2a200527131f v7.3.663

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Sep 2012 16:47:07 +0200
parents 87afa95a2992
children f86619764a1e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    663,
+/**/
     662,
 /**/
     661,