summaryrefslogtreecommitdiff
path: root/src/regexp.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-11 22:40:32 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-11 22:40:32 +0000
commit3b56eb3d3188b4fdf3956df8e7c709fabf9969ca (patch)
treedf963f784d8a6032eb798f27975541c84b16527f /src/regexp.h
parent9ff7011bcba731fc32e0cf6de8f4b037c0fcc3ec (diff)
downloadvim-git-3b56eb3d3188b4fdf3956df8e7c709fabf9969ca.tar.gz
updated for version 7.0107
Diffstat (limited to 'src/regexp.h')
-rw-r--r--src/regexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regexp.h b/src/regexp.h
index 15611ed81..fee6cc450 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -64,6 +64,7 @@ typedef struct
lpos_T startpos[NSUBEXP];
lpos_T endpos[NSUBEXP];
int rmm_ic;
+ int rmm_maxcol; /* when not zero: maximum column */
} regmmatch_T;
/*