Skip to content

Commit

Permalink
fix: don't look at extmarks on line below
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Apr 21, 2024
1 parent be2d94a commit 9cc4e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/image/renderer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ local render = function(image)
image.buffer,
-1,
{ original_y, 0 },
{ original_y + 1, original_x - 2 },
{ original_y, original_x - 2 },
{ details = true }
)
for _, extmark in ipairs(same_line_extmarks) do
Expand Down

0 comments on commit 9cc4e13

Please sign in to comment.