]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1006: PmenuMatch completion highlight can be combined v9.1.1006
authorglepnir <glephunter@gmail.com>
Sat, 11 Jan 2025 15:47:34 +0000 (16:47 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 11 Jan 2025 15:47:34 +0000 (16:47 +0100)
commit9eff3ee81839d67999491d293879ada134df2d3e
treead575897db4a21e30d9133c4c3db9ec17e986d79
parent9fddb8ae770be3e16545dd4c2f4cfaad8f62cb40
patch 9.1.1006: PmenuMatch completion highlight can be combined

Problem:  PmenuMatch completion highlight can be combined
Solution: Combine highlight groups PmenuMatch with Pmenu and
          PmenuMatchSel with PmenuSel (glepnir)

fixes: #15563
closes: #16408

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