diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-27 22:12:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 22:12:30 +0800 |
commit | aee4254b76206354d74d6fdd4d8e6b640279cedd (patch) | |
tree | 202e727d028ad66adc9b78705cd04a1a31dc7695 /src/nvim/cmdexpand.c | |
parent | 6162c937abbf80195ccab3daeb7ecdeb6ab24b52 (diff) | |
parent | b8b0e9db3f91fbaa8835b90c683c33310064c8c8 (diff) | |
download | rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.tar.gz rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.tar.bz2 rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.zip |
Merge pull request #29876 from glepnir/vim-patch
vim-patch:9.1.{0618,0619,0629}: cannot mark deprecated attributes in completion menu
Diffstat (limited to 'src/nvim/cmdexpand.c')
-rw-r--r-- | src/nvim/cmdexpand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cmdexpand.c b/src/nvim/cmdexpand.c index e544ea14ea..e1a282cb0b 100644 --- a/src/nvim/cmdexpand.c +++ b/src/nvim/cmdexpand.c @@ -356,6 +356,7 @@ 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, }; } |