mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: don't ignore highlights in various tests
This commit is contained in:
@@ -16,7 +16,10 @@ describe('matchparen', function()
|
||||
reset()
|
||||
screen = Screen.new(20,5)
|
||||
screen:attach()
|
||||
screen:set_default_attr_ignore( {{bold=true, foreground=Screen.colors.Blue}} )
|
||||
screen:set_default_attr_ids( {
|
||||
[0] = {bold=true, foreground=255},
|
||||
[1] = {bold=true},
|
||||
} )
|
||||
end)
|
||||
|
||||
it('uses correct column after i_<Up>. Vim patch 7.4.1296', function()
|
||||
@@ -37,7 +40,7 @@ describe('matchparen', function()
|
||||
^ |
|
||||
} |
|
||||
{1:-- INSERT --} |
|
||||
]], {[1] = {bold = true}})
|
||||
]])
|
||||
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user