diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-18 21:47:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-18 21:47:53 +0000 |
commit | bbebc857507f24c82cd5bb2f80305b74390b4611 (patch) | |
tree | 4c1a949017d7975cb3e61b246783369bb529d53d /src/regexp.h | |
parent | fe3ca8ddd9b85240387b6fa7934af3317e25b731 (diff) | |
download | vim-git-bbebc857507f24c82cd5bb2f80305b74390b4611.tar.gz |
updated for version 7.0109
Diffstat (limited to 'src/regexp.h')
-rw-r--r-- | src/regexp.h | 2 |
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; /* |