mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
842c7788a5
commit
f0e11d3279
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1874,
|
||||
/**/
|
||||
1873,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user