From 12ddc3e02c95805c32036e5faa30f0870de7c9c7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 4 Jan 2008 13:53:09 +0000 Subject: [PATCH] updated for version 7.1-198 --- src/ex_cmds.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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, /**/ -- 2.50.1