mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests/ui: cleanup ignores in screen_basic_spec
This commit is contained in:
parent
a040aa95c1
commit
cf88f33eec
@ -10,7 +10,7 @@ describe('Screen', function()
|
||||
clear()
|
||||
screen = Screen.new()
|
||||
screen:attach()
|
||||
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} )
|
||||
screen:set_default_attr_ignore( {{bold=true, foreground=255}} )
|
||||
end)
|
||||
|
||||
after_each(function()
|
||||
|
Loading…
Reference in New Issue
Block a user