changeset 1349:da1d62fe5379 v7.1.063

updated for version 7.1-063
author vimboss
date Sat, 11 Aug 2007 14:00:30 +0000
parents 17a83c0532e8
children 3d698caa5dfc
files src/ex_docmd.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -10817,7 +10817,7 @@ ex_match(eap)
     exarg_T	*eap;
 {
     char_u	*p;
-    char_u	*g;
+    char_u	*g = NULL;
     char_u	*end;
     int		c;
     int		id;
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    63,
+/**/
     62,
 /**/
     61,