mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.5066: timer_create is not available on every Mac system
Problem: Timer_create is not available on every Mac system. (Hisashi T Fujinaka) Solution: Adjust #ifdef.
This commit is contained in:
@@ -5188,6 +5188,7 @@ win_free(
|
||||
clear_winopt(&wp->w_allbuf_opt);
|
||||
|
||||
vim_free(wp->w_lcs_chars.multispace);
|
||||
vim_free(wp->w_lcs_chars.leadmultispace);
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
vars_clear(&wp->w_vars->dv_hashtab); // free all w: variables
|
||||
|
Reference in New Issue
Block a user