mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
ui: transmit "blend=" property of highlight attributes
This commit is contained in:
@@ -1496,7 +1496,7 @@ function Screen:_equal_attrs(a, b)
|
||||
a.underline == b.underline and a.undercurl == b.undercurl and
|
||||
a.italic == b.italic and a.reverse == b.reverse and
|
||||
a.foreground == b.foreground and a.background == b.background and
|
||||
a.special == b.special
|
||||
a.special == b.special and a.blend == b.blend
|
||||
end
|
||||
|
||||
function Screen:_equal_info(a, b)
|
||||
|
||||
Reference in New Issue
Block a user