summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-01-04 13:53:09 +0000
committervimboss <devnull@localhost>2008-01-04 13:53:09 +0000
commit7b2cf556bcc96302e554c682ff687fc389bd052b (patch)
tree113b2793502a9a34e1534e49693f9352a3938dff
parent12773b2bb8c4ea61ee6840ab9876f581625b6af8 (diff)
downloadvim-7b2cf556bcc96302e554c682ff687fc389bd052b.tar.gz
updated for version 7.1-198v7.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 70252378..f160e34a 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 4c22d495..7f2739b2 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,