]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0872: popup with opacity does not use the font of the highlight group v9.2.0872
authorHirohito Higashi <h.east.727@gmail.com>
Wed, 29 Jul 2026 18:38:53 +0000 (18:38 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 29 Jul 2026 18:38:53 +0000 (18:38 +0000)
commitb34beebd24e7636149fd770f04838973f29f1706
treeae73be6a0c8bbc39bd83eedd3725de9d469e65ee
parent4a997e146f0451de97ac936b582d379ff429e231
patch 9.2.0872: popup with opacity does not use the font of the highlight group

Problem:  When a popup window has an opacity between 0 and 99 the "font"
          item of its highlight group is ignored and the regular font is
          used instead.  The same applies to "ctermfont", and to the
          popup menu when the "opacity:" value of 'pumopt' is used
          (Salman Halim).
Solution: Also take the font from the popup highlight when blending the
          cell attributes (Hirohito Higashi)

fixes:  #20551
closes: #20866

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/version.c