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:
@@ -3411,6 +3411,7 @@ typedef struct
|
||||
int trail;
|
||||
int lead;
|
||||
int *multispace;
|
||||
int *leadmultispace;
|
||||
#ifdef FEAT_CONCEAL
|
||||
int conceal;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user