]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0771: completion attribute hl_group is confusing v9.1.0771
authorglepnir <glephunter@gmail.com>
Tue, 8 Oct 2024 20:26:44 +0000 (22:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 8 Oct 2024 20:26:44 +0000 (22:26 +0200)
commit0fe17f8ffbd2588ecd2bf42dced556897bc64f89
treed47272795f31e32bb4bf696d832d0abf3de421ec
parent0407d621bbad020b840ffbbbd25ba023bbc05edd
patch 9.1.0771: completion attribute hl_group is confusing

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: #15818

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
src/cmdexpand.c
src/insexpand.c
src/popupmenu.c
src/structs.h
src/testdir/dumps/Test_pum_highlights_12.dump
src/testdir/dumps/Test_pum_highlights_13.dump
src/testdir/dumps/Test_pum_highlights_14.dump
src/testdir/dumps/Test_pum_highlights_16.dump
src/testdir/test_popup.vim
src/version.c