mirror of
https://github.com/neovim/neovim.git
synced 2025-12-03 07:23:05 +00:00
Problem: Currently completion attribute hl_group is combined with
all items, which is redundant and confusing with kind_hlgroup
Solution: Renamed to abbr_hlgroup and combine it only with the abbr item
(glepnir).
closes: vim/vim#15818
0fe17f8ffb
Co-authored-by: glepnir <glephunter@gmail.com>