]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1874: short-description v9.1.1874
authorGirish Palya <girishji@gmail.com>
Sun, 26 Oct 2025 13:52:03 +0000 (13:52 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 26 Oct 2025 13:52:03 +0000 (13:52 +0000)
commitf0e11d32799f31a510fce0f4bcb4b5cdd76400c2
treef395a14612b69c10bd10fb844de07eff221deed1
parent842c7788a5af903df6f8c0dffefaf1607c8c8ed8
patch 9.1.1874: short-description

Problem:  PMenuShadow overrides highlighting attributes
          (Maxim Kim)
Solution: Use hl_combine_attr() to combine popup attribute with shadow
          attribute (Girish Palya)

fixes: #18557
closes: #18634

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/popupmenu.c
src/testdir/dumps/Test_popup_shadow_hiddenchar_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_popup_shadow_hiddenchar_2.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/version.c