updated for version 7.1-035
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 66bbb18..0ecfda2 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -4316,6 +4316,7 @@
 	do_error = TRUE;
 	do_print = FALSE;
 	do_count = FALSE;
+	do_number = FALSE;
 	do_ic = 0;
     }
     while (*cmd)
diff --git a/src/version.c b/src/version.c
index e7d9dac..b4f505a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    35,
+/**/
     34,
 /**/
     33,