summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-04 13:53:09 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-04 13:53:09 +0000
commit12ddc3e02c95805c32036e5faa30f0870de7c9c7 (patch)
tree113b2793502a9a34e1534e49693f9352a3938dff
parentce51ebcdf0b1bdf58778695b368461ace8397e80 (diff)
updated for version 7.1-198v7.1.198
-rw-r--r--src/ex_cmds.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 70252378d2..f160e34a77 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 4c22d495a6..7f2739b234 100644
--- 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 */
/**/
+ 198,
+/**/
197,
/**/
196,