From fe40d1a0b0a2ae22fc8a05746d1f867f752f98d3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 24 Jul 2007 09:16:38 +0000 Subject: [PATCH] updated for version 7.1-035 --- src/ex_cmds.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 66bbb188df..0ecfda24ea 100644 --- 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) diff --git a/src/version.c b/src/version.c index e7d9dacaea..b4f505a7e0 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 35, /**/ 34, /**/