Skip to content

Commit

Permalink
fix(current_line_blame): set hl_mode='combine' on extmark
Browse files Browse the repository at this point in the history
Fixes #336
  • Loading branch information
lewis6991 committed Aug 24, 2021
1 parent 22bc45e commit a81dec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/gitsigns/current_line_blame.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions teal/gitsigns/current_line_blame.tl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ M.update = void(function()
config.current_line_blame_formatter_opts
),
virt_text_pos = config.current_line_blame_opts.virt_text_pos,
hl_mode = 'combine',
})
end
end)
Expand Down

0 comments on commit a81dec2

Please sign in to comment.