summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index df351a31a..7545165a0 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -10014,7 +10014,7 @@ highlight_changed(void)
char_u *end;
int id;
#ifdef USER_HIGHLIGHT
- char_u userhl[10];
+ char_u userhl[30]; // use 30 to avoid compiler warning
# ifdef FEAT_STL_OPT
int id_S = -1;
int id_SNC = 0;