]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.524 v7.3.524
authorBram Moolenaar <Bram@vim.org>
Fri, 18 May 2012 19:54:13 +0000 (21:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 May 2012 19:54:13 +0000 (21:54 +0200)
Problem:    Missing comma.
Solution:   Add the comma.

src/version.c

index 82672b1d1809c15cf72bc362404938f57f0788e2..6878ef2a1d884621aaa0599420e0cac992d78b7c 100644 (file)
@@ -715,7 +715,9 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
-    523
+    524,
+/**/
+    523,
 /**/
     522,
 /**/