mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
options: allow different highlights in windows
This commit is contained in:
@@ -194,8 +194,8 @@ describe('ui/cursor', function()
|
||||
if m.blinkoff then m.blinkoff = 400 end
|
||||
if m.blinkwait then m.blinkwait = 700 end
|
||||
end
|
||||
if m.hl_id then m.hl_id = 46 end
|
||||
if m.id_lm then m.id_lm = 47 end
|
||||
if m.hl_id then m.hl_id = 47 end
|
||||
if m.id_lm then m.id_lm = 48 end
|
||||
end
|
||||
|
||||
-- Assert the new expectation.
|
||||
|
||||
Reference in New Issue
Block a user