From: Bram Moolenaar Date: Fri, 4 Jan 2008 13:53:09 +0000 (+0000) Subject: updated for version 7.1-198 X-Git-Tag: v7.1.198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12ddc3e02c95805c32036e5faa30f0870de7c9c7;p=vim updated for version 7.1-198 --- diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 70252378d..f160e34a7 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -4575,6 +4575,7 @@ do_sub(eap) { matchcol = (colnr_T)STRLEN(sub_firstline); nmatch = 1; + skip_match = TRUE; } sub_nsubs++; did_sub = TRUE; diff --git a/src/version.c b/src/version.c index 4c22d495a..7f2739b23 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 */ +/**/ + 198, /**/ 197, /**/