]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0618: cannot mark deprecated attributes in completion menu v9.1.0618
authorglepnir <glephunter@gmail.com>
Thu, 25 Jul 2024 19:39:08 +0000 (21:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Jul 2024 19:39:08 +0000 (21:39 +0200)
commit508e7856ec4afc9d6038b14bb6893668268dccab
tree0b129c790d055b38e9a3bae244be291af70ad455
parentdc373d456b5919ed2b8f83e8642c115f646ca93d
patch 9.1.0618: cannot mark deprecated attributes in completion menu

Problem:  cannot mark deprecated attributes in completion menu
Solution: add hl_group to the Dictionary of supported completion fields
          (glepnir)

closes: #15314

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
runtime/doc/version9.txt
src/cmdexpand.c
src/insexpand.c
src/popupmenu.c
src/structs.h
src/testdir/dumps/Test_pum_highlights_12.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/version.c