diff src/version.c @ 3537:d83218a156dd v7.3.529

updated for version 7.3.529 Problem: Using a count before "v" and "V" does not work (Kikyous) Solution: Make the count select that many characters or lines. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 May 2012 13:12:36 +0200
parents fa17c8646feb
children 81d5f3a3e27f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    529,
+/**/
     528,
 /**/
     527,