fix(highlight): let winhighlight use cursor

This commit is contained in:
zbirenbaum
2022-06-07 01:54:04 -04:00
parent 9e442c17ee
commit df70a3abcd
2 changed files with 3 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ describe('ui/cursor', function()
if m.blinkwait then m.blinkwait = 700 end
end
if m.hl_id then
m.hl_id = 64
m.hl_id = 60
m.attr = {background = Screen.colors.DarkGray}
end
if m.id_lm then m.id_lm = 65 end