mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 03:04:22 +00:00
tests/ui: cleanup ignores in screen_basic_spec
This commit is contained in:
@@ -10,7 +10,7 @@ describe('Screen', function()
|
|||||||
clear()
|
clear()
|
||||||
screen = Screen.new()
|
screen = Screen.new()
|
||||||
screen:attach()
|
screen:attach()
|
||||||
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} )
|
screen:set_default_attr_ignore( {{bold=true, foreground=255}} )
|
||||||
end)
|
end)
|
||||||
|
|
||||||
after_each(function()
|
after_each(function()
|
||||||
|
|||||||
Reference in New Issue
Block a user