mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
syntax, TUI: support "strikethrough"
fix #3436 Includes: vim-patch:8.0.1038: strike-through text not supported
This commit is contained in:
committed by
Justin M. Keyes
parent
35341b34b8
commit
3afb397407
@@ -1509,7 +1509,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 and
|
||||
a.special == b.special and a.blend == b.blend
|
||||
a.special == b.special and a.blend == b.blend and
|
||||
a.strikethrough == b.strikethrough
|
||||
end
|
||||
|
||||
function Screen:_equal_info(a, b)
|
||||
|
||||
Reference in New Issue
Block a user