mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.1130
Problem: Can't build with anything but huge features. Solution: Check for FEAT_PROFILE. (Yasuhiro Matsumoto)
This commit is contained in:
@@ -1206,7 +1206,7 @@ struct dictvar_S
|
||||
typedef struct qf_info_S qf_info_T;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_RELTIME
|
||||
#ifdef FEAT_PROFILE
|
||||
/*
|
||||
* Used for :syntime: timing of executing a syntax pattern.
|
||||
*/
|
||||
@@ -1242,7 +1242,7 @@ typedef struct {
|
||||
long b_syn_sync_linebreaks; /* offset for multi-line pattern */
|
||||
char_u *b_syn_linecont_pat; /* line continuation pattern */
|
||||
regprog_T *b_syn_linecont_prog; /* line continuation program */
|
||||
#ifdef FEAT_RELTIME
|
||||
#ifdef FEAT_PROFILE
|
||||
syn_time_T b_syn_linecont_time;
|
||||
#endif
|
||||
int b_syn_linecont_ic; /* ignore-case flag for above */
|
||||
|
Reference in New Issue
Block a user