diff options
Diffstat (limited to 'src/regexp.h')
-rw-r--r-- | src/regexp.h | 1 |
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; /* |