changeset 1321:f3d7fa7dcf63 v7.1.035

updated for version 7.1-035
author vimboss
date Tue, 24 Jul 2007 09:16:38 +0000
parents 1f9e2c8e642a
children 4ce0a7e4c6b3
files src/ex_cmds.c src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -4316,6 +4316,7 @@ do_sub(eap)
 	do_error = TRUE;
 	do_print = FALSE;
 	do_count = FALSE;
+	do_number = FALSE;
 	do_ic = 0;
     }
     while (*cmd)
--- 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 */
 /**/
+    35,
+/**/
     34,
 /**/
     33,