commit | 3b56eb3d3188b4fdf3956df8e7c709fabf9969ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 22:40:32 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 22:40:32 2005 +0000 |
tree | df963f784d8a6032eb798f27975541c84b16527f | |
parent | 9ff7011bcba731fc32e0cf6de8f4b037c0fcc3ec [diff] [blame] |
updated for version 7.0107
diff --git a/src/misc1.c b/src/misc1.c index 9154b96..29be8e5 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -400,6 +400,7 @@ if (regmatch.regprog != NULL) { regmatch.rmm_ic = FALSE; + regmatch.rmm_maxcol = 0; if (vim_regexec_multi(®match, curwin, curbuf, lnum, (colnr_T)0)) { pos.lnum = regmatch.endpos[0].lnum + lnum;