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/regexp.h b/src/regexp.h index 15611ed..fee6cc4 100644 --- a/src/regexp.h +++ b/src/regexp.h
@@ -64,6 +64,7 @@ lpos_T startpos[NSUBEXP]; lpos_T endpos[NSUBEXP]; int rmm_ic; + int rmm_maxcol; /* when not zero: maximum column */ } regmmatch_T; /*