commit | 12ddc3e02c95805c32036e5faa30f0870de7c9c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 13:53:09 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 13:53:09 2008 +0000 |
tree | 113b2793502a9a34e1534e49693f9352a3938dff | |
parent | ce51ebcdf0b1bdf58778695b368461ace8397e80 [diff] [blame] |
updated for version 7.1-198
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 7025237..f160e34 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -4575,6 +4575,7 @@ { matchcol = (colnr_T)STRLEN(sub_firstline); nmatch = 1; + skip_match = TRUE; } sub_nsubs++; did_sub = TRUE;