diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-10 11:33:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 11:33:54 +0800 |
commit | 112139ea9b32c593752b862cace32ba5dc87ef2c (patch) | |
tree | 317715f7435d6fb0e331a2a803b0f4c6a7b42052 /src/nvim/cmdexpand.c | |
parent | cd8e15e3373dc9544d582640f043d3dee83a953d (diff) | |
parent | 9612b3a9053ae2dfe5a4321a5dd0af249c281543 (diff) | |
download | rneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.tar.gz rneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.tar.bz2 rneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.zip |
Merge pull request #30742 from zeertzjq/vim-9.1.0771
vim-patch:9.1.{0771,0772}
Diffstat (limited to 'src/nvim/cmdexpand.c')
-rw-r--r-- | src/nvim/cmdexpand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/cmdexpand.c b/src/nvim/cmdexpand.c index b37a1d690f..45648fc15f 100644 --- a/src/nvim/cmdexpand.c +++ b/src/nvim/cmdexpand.c @@ -357,7 +357,8 @@ static int cmdline_pum_create(CmdlineInfo *ccline, expand_T *xp, char **matches, .pum_info = NULL, .pum_extra = NULL, .pum_kind = NULL, - .pum_user_hlattr = -1, + .pum_user_abbr_hlattr = -1, + .pum_user_kind_hlattr = -1, }; } |