diff src/version.c @ 4899:4837fd61be52 v7.3.1195

updated for version 7.3.1195 Problem: Compiler warning for unitialized variable. (Tony Mechelynck) Solution: Set the length to the matching backref.
author Bram Moolenaar <bram@vim.org>
date Fri, 14 Jun 2013 22:48:54 +0200
parents 91136a41f83f
children 56fbf60e9476
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 */
 /**/
+    1195,
+/**/
     1194,
 /**/
     1193,