mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 03:55:00 +00:00
test: Screen also checks 'special' when testing attribute equality
This commit is contained in:
@@ -618,7 +618,8 @@ 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
|
||||
a.background == b.background and
|
||||
a.special == b.special
|
||||
end
|
||||
|
||||
function Screen:_attr_index(attrs, attr)
|
||||
|
||||
Reference in New Issue
Block a user