mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
test/ui: update tests for new msg_grid implementation
This commit is contained in:
@@ -216,10 +216,10 @@ describe('ui/cursor', function()
|
||||
if m.blinkwait then m.blinkwait = 700 end
|
||||
end
|
||||
if m.hl_id then
|
||||
m.hl_id = 54
|
||||
m.hl_id = 55
|
||||
m.attr = {background = Screen.colors.DarkGray}
|
||||
end
|
||||
if m.id_lm then m.id_lm = 55 end
|
||||
if m.id_lm then m.id_lm = 56 end
|
||||
end
|
||||
|
||||
-- Assert the new expectation.
|
||||
|
Reference in New Issue
Block a user