mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
Fix a failing test (highlight_spec.lua)
This commit is contained in:
@@ -333,10 +333,10 @@ describe('highlight defaults', function()
|
||||
command('highlight clear EndOfBuffer')
|
||||
screen:expect{grid=[[
|
||||
^ |
|
||||
~ |
|
||||
~ |
|
||||
{1:~ }|
|
||||
{1:~ }|
|
||||
|
|
||||
]], hl_groups={EndOfBuffer=0, MsgSeparator=2}}
|
||||
]], hl_groups={EndOfBuffer=1, MsgSeparator=2}}
|
||||
end)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user