mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
tests/ui: cleanup illegitimate usages of "attr_ignore"
"attr_ignore" is an anti-pattern, with snapshot_util() just include all the highlights already.
This commit is contained in:
@@ -408,10 +408,7 @@ describe('search cmdline', function()
|
||||
screen = Screen.new(20, 6)
|
||||
screen:attach()
|
||||
screen:set_default_attr_ids({
|
||||
inc = {reverse = true}
|
||||
})
|
||||
screen:set_default_attr_ignore({
|
||||
{bold=true, reverse=true}, {bold=true, foreground=Screen.colors.Blue1}
|
||||
inc = {reverse = true},
|
||||
})
|
||||
tenlines()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user