mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +00:00
floats: add NormalFloat highlight and 'nonumber' default
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 = 49
|
||||
m.hl_id = 50
|
||||
m.attr = {background = Screen.colors.DarkGray}
|
||||
end
|
||||
if m.id_lm then m.id_lm = 50 end
|
||||
if m.id_lm then m.id_lm = 51 end
|
||||
end
|
||||
|
||||
-- Assert the new expectation.
|
||||
|
||||
Reference in New Issue
Block a user