mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)
ref #9028
ref 0653ed63a5
This commit is contained in:
@@ -797,8 +797,10 @@ describe('CursorLine highlight', function()
|
||||
[8] = {bold = true, foreground = Screen.colors.Blue1},
|
||||
[9] = {bold = true, reverse = true},
|
||||
[10] = {bold = true},
|
||||
[11] = {special = Screen.colors.Grey0, underline = true, foreground = Screen.colors.Grey0, background = Screen.colors.Grey0},
|
||||
[12] = {bold = true, special = Screen.colors.Grey0, background = Screen.colors.Grey0, foreground = Screen.colors.Grey0, underline = true},
|
||||
[11] = {special = Screen.colors.Grey0, underline = true,
|
||||
background = Screen.colors.LightMagenta},
|
||||
[12] = {bold = true, underline = true, special = Screen.colors.Grey0,
|
||||
background = Screen.colors.Red},
|
||||
})
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user