diff src/version.c @ 4567:96c1a7850097 v7.3.1031

updated for version 7.3.1031 Problem: Compiler warnings for shadowed variable. (John Little) Solution: Move the variable declarations to the scope where they are used.
author Bram Moolenaar <bram@vim.org>
date Mon, 27 May 2013 11:22:04 +0200
parents d1f3c77159f9
children f262fb02889d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1031,
+/**/
     1030,
 /**/
     1029,