diff src/version.c @ 6400:2c0cddd0df8c v7.4.531

updated for version 7.4.531 Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 16:38:11 +0100
parents 5a76e36f07b1
children 7f48abe500e1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    531,
+/**/
     530,
 /**/
     529,