fix(highlight): make intra-line bg visible under line backgrounds (#192)

This commit is contained in:
Barrett Ruth 2026-03-13 21:25:48 -04:00 committed by GitHub
parent a1af48833b
commit eccb4785ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 53 additions and 41 deletions

View file

@ -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