mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
options: make 'highlight' read-only
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 = 47 end
|
||||
if m.id_lm then m.id_lm = 48 end
|
||||
if m.hl_id then m.hl_id = 48 end
|
||||
if m.id_lm then m.id_lm = 49 end
|
||||
end
|
||||
|
||||
-- Assert the new expectation.
|
||||
|
Reference in New Issue
Block a user