diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-01 22:09:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-01 22:09:21 +0000 |
commit | fd2ac767ebb66adcb7ca85955f5fd40704475595 (patch) | |
tree | 16e61ca0dbcc0ffeb10a3fb5072842144ca9f89d /src/structs.h | |
parent | e1438bb8d0b7a48f712458e68755ab8b66d92ace (diff) | |
download | vim-git-fd2ac767ebb66adcb7ca85955f5fd40704475595.tar.gz |
updated for version 7.0211
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h index 0d6e497da..5b1aed61d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1894,8 +1894,8 @@ struct window_S #endif #ifdef FEAT_SEARCH_EXTRA - regmmatch_T w_match; /* regexp program for ":match" */ - int w_match_id; /* highlight ID for ":match" */ + regmmatch_T w_match[3]; /* regexp programs for ":match" */ + int w_match_id[3]; /* highlight IDs for ":match" */ #endif /* |