summaryrefslogtreecommitdiff
path: root/src/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.h')
-rw-r--r--src/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.h b/src/regexp.h
index fee6cc450..09c8d0c79 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -64,7 +64,7 @@ typedef struct
lpos_T startpos[NSUBEXP];
lpos_T endpos[NSUBEXP];
int rmm_ic;
- int rmm_maxcol; /* when not zero: maximum column */
+ colnr_T rmm_maxcol; /* when not zero: maximum column */
} regmmatch_T;
/*