# HG changeset patch # User vimboss # Date 1185268598 0 # Node ID f3d7fa7dcf634b669a7d7859bcc39796300346e0 # Parent 1f9e2c8e642a29d93b9c32062c785f4c38883e0c updated for version 7.1-035 diff --git a/src/ex_cmds.c b/src/ex_cmds.c --- 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 --- 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,