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, /**/