summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-07 10:16:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-07 10:16:15 +0100
commitaca12fd89b082dd9cc12ae085a84f1805747bbdf (patch)
tree26a818cb12679b9c8bf490de3617312be4932691 /src/structs.h
parent739f7998ab6c2383abbd8bbc7fad35e6bc3e7c43 (diff)
downloadvim-git-aca12fd89b082dd9cc12ae085a84f1805747bbdf.tar.gz
patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066
Problem: Timer_create is not available on every Mac system. (Hisashi T Fujinaka) Solution: Adjust #ifdef.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 4666d0261..58152b98b 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -3411,6 +3411,7 @@ typedef struct
int trail;
int lead;
int *multispace;
+ int *leadmultispace;
#ifdef FEAT_CONCEAL
int conceal;
#endif