diff src/version.c @ 4696:ed4e689bbea1 v7.3.1095

updated for version 7.3.1095 Problem: Compiler warnings for shadowed variables. (Christian Brabandt) Solution: Rename new_state() to alloc_state(). Remove unnecessary declaration.
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 16:40:55 +0200
parents efc4fb311d5d
children 2db005052371
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 */
 /**/
+    1095,
+/**/
     1094,
 /**/
     1093,