diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-27 14:27:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 14:27:55 +0200 |
commit | e5b53381a27861578498dab3ab9ba7b989677787 (patch) | |
tree | b8cd55c7d9010aed7627dc85918d2b21efdc5d31 /src/nvim/syntax.c | |
parent | 9d77a0768697aced470c72ba71d0e04cf45f0fd0 (diff) | |
parent | 16cc3cf9eb7e9b2caefc77311fb3e14743102418 (diff) | |
download | rneovim-e5b53381a27861578498dab3ab9ba7b989677787.tar.gz rneovim-e5b53381a27861578498dab3ab9ba7b989677787.tar.bz2 rneovim-e5b53381a27861578498dab3ab9ba7b989677787.zip |
Merge #9942 from janlazo/vim-8.1.0837
vim-patch:8.1.{837,1180,1194,1203,1207,1209}
Diffstat (limited to 'src/nvim/syntax.c')
-rw-r--r-- | src/nvim/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index ed95cdbebb..1b30161e94 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -7460,7 +7460,7 @@ void highlight_attr_set_all(void) void highlight_changed(void) { int id; - char_u userhl[10]; + char_u userhl[30]; // use 30 to avoid compiler warning int id_SNC = -1; int id_S = -1; int hlcnt; |