0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:09:21 +00:00
parent e1438bb8d0
commit fd2ac767eb
24 changed files with 195 additions and 132 deletions

View File

@@ -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
/*