We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7b8ee commit 98ba47eCopy full SHA for 98ba47e
lua/lazy/view/text.lua
@@ -88,7 +88,7 @@ function Text:render(buf)
88
local width = vim.fn.strlen(segment.str)
89
90
local extmark = segment.hl
91
- if extmark then
+ if extmark and width > 0 then
92
if type(extmark) == "string" then
93
extmark = { hl_group = extmark, end_col = col + width }
94
end
0 commit comments