mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-236
This commit is contained in:
@@ -1717,6 +1717,9 @@ typedef struct
|
||||
linenr_T first_lnum; /* first lnum to search for multi-line pat */
|
||||
colnr_T startcol; /* in win_line() points to char where HL starts */
|
||||
colnr_T endcol; /* in win_line() points to char where HL ends */
|
||||
#ifdef FEAT_RELTIME
|
||||
proftime_T tm; /* for a time limit */
|
||||
#endif
|
||||
} match_T;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user