diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-10 06:49:37 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-10 07:21:02 +0800 |
commit | 9612b3a9053ae2dfe5a4321a5dd0af249c281543 (patch) | |
tree | 317715f7435d6fb0e331a2a803b0f4c6a7b42052 /src/nvim/insexpand.c | |
parent | 8450752f46e1482bf34b7f05e484cca740f61075 (diff) | |
download | rneovim-9612b3a9053ae2dfe5a4321a5dd0af249c281543.tar.gz rneovim-9612b3a9053ae2dfe5a4321a5dd0af249c281543.tar.bz2 rneovim-9612b3a9053ae2dfe5a4321a5dd0af249c281543.zip |
vim-patch:9.1.0772: some missing changes from v9.1.0771
Problem: some missing changes from v9.1.0771
Solution: use correct highlighting attribute and adjust comments
(glepnir)
closes: vim/vim#15836
https://github.com/vim/vim/commit/7baa014d0f73c3b2c6831471d047220633651238
Co-authored-by: glepnir <glephunter@gmail.com>
Diffstat (limited to 'src/nvim/insexpand.c')
-rw-r--r-- | src/nvim/insexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c index 4a73826233..2482cef7a1 100644 --- a/src/nvim/insexpand.c +++ b/src/nvim/insexpand.c @@ -164,7 +164,7 @@ struct compl_S { int cp_flags; ///< CP_ values int cp_number; ///< sequence number int cp_score; ///< fuzzy match score - int cp_user_abbr_hlattr; ///< highlight attribute to combine with for abbr + int cp_user_abbr_hlattr; ///< highlight attribute for abbr int cp_user_kind_hlattr; ///< highlight attribute for kind }; |