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 @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 198, /**/ 197, /**/