]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu" v9.1.0485
authorzeertzjq <zeertzjq@outlook.com>
Fri, 14 Jun 2024 18:24:22 +0000 (20:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 14 Jun 2024 18:24:22 +0000 (20:24 +0200)
commitafbe5359e981e5d19ad23c394aefe60395c3648e
tree9f5afd2c8f6b910b2447aee5cc3610386dfb09f1
parentc509c009bbc07eff678a9239a5813398e180f019
patch 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"

Problem:  Matched text shouldn't be highlighted in "kind" and "menu".
Solution: Pass hlf_T instead of the attribute.  Fix indent.
          (zeertzjq)

closes: #14996

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/popupmenu.c
src/testdir/dumps/Test_pum_highlights_03.dump
src/testdir/dumps/Test_pum_highlights_06.dump
src/testdir/dumps/Test_pum_highlights_07.dump
src/testdir/test_popup.vim
src/version.c