]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0837: Using wrong colors in hl_blend_attr() v9.2.0837
authorShad <shadow.walker@free.fr>
Wed, 22 Jul 2026 20:01:09 +0000 (20:01 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 22 Jul 2026 20:01:09 +0000 (20:01 +0000)
commit77eed379cce8fd85a1a92c5e587da7cd103751ac
tree858608f9dfa8142bfc6a69b7b068453651c3d1d6
parenta8d5be92845df7fc0e9e4399545bd5c01bba536a
patch 9.2.0837: Using wrong colors in hl_blend_attr()

Problem:  Using wrong colors in hl_blend_attr()
          (after v9.2.0715)
Solution: Use the correct background color
          (Shad)

related: #20624
closes:  #20704

Signed-off-by: Shad <shadow.walker@free.fr>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/testdir/dumps/Test_popup_opacity_lowcolor.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_opacity_hl_80.dump
src/testdir/dumps/Test_pum_opacity_lowcolor.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/testdir/test_popupwin.vim
src/testdir/util/term_util.vim
src/version.c