summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-27 11:22:04 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-27 11:22:04 +0200
commiteb3ecae23a458682ac572979515fcf343eaa62e5 (patch)
tree40759e1ed04be18f52dafefcc60dbbbceee9add2 /src/version.c
parent2cb8feb880655905f392619c70962837266bcd5d (diff)
downloadvim-git-eb3ecae23a458682ac572979515fcf343eaa62e5.tar.gz
updated for version 7.3.1031v7.3.1031
Problem: Compiler warnings for shadowed variable. (John Little) Solution: Move the variable declarations to the scope where they are used.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6170d7ca3..c9325b3e7 100644
--- 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,