fix(highlight): make intra-line bg visible under line backgrounds (#192)
This commit is contained in:
parent
a1af48833b
commit
eccb4785ed
7 changed files with 53 additions and 41 deletions
|
|
@ -465,7 +465,7 @@ describe('email-quoted diffs', function()
|
|||
local line_bg_count = 0
|
||||
for _, mark in ipairs(extmarks) do
|
||||
local d = mark[4]
|
||||
if d and d.line_hl_group == 'DiffsAdd' then
|
||||
if d and d.hl_group == 'DiffsAdd' then
|
||||
line_bg_count = line_bg_count + 1
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue