mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1403: cannot build without the timer feature
Problem: Cannot build without the timer feature. Solution: Add #ifdef.
This commit is contained in:
@@ -2874,7 +2874,9 @@ struct window_S
|
||||
int w_zindex;
|
||||
int w_maxheight; // "maxheight" for popup window
|
||||
int w_maxwidth; // "maxwidth" for popup window
|
||||
# if defined(FEAT_TIMERS)
|
||||
timer_T *w_popup_timer; // timer for closing popup window
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user