mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +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')
|
command('highlight clear EndOfBuffer')
|
||||||
screen:expect{grid=[[
|
screen:expect{grid=[[
|
||||||
^ |
|
^ |
|
||||||
~ |
|
{1:~ }|
|
||||||
~ |
|
{1:~ }|
|
||||||
|
|
|
|
||||||
]], hl_groups={EndOfBuffer=0, MsgSeparator=2}}
|
]], hl_groups={EndOfBuffer=1, MsgSeparator=2}}
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user