Skip to content

Commit

Permalink
fix: skip over legacy signs in extmark list
Browse files Browse the repository at this point in the history
Fix #119
  • Loading branch information
luukvbaal committed Apr 19, 2024
1 parent d954893 commit 483b9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/statuscol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ local function update_sign_defined(win, ext, reassign)
s.text = s.sign_text
if not idmap[s.ns_id] then update_nsidmap() end
s.ns = idmap[s.ns_id]
if not s.ns then goto nextsign end
if s.sign_hl_group then name = name..s.sign_hl_group end
end
s.wtext = s.text:gsub("%s", "")
Expand Down

0 comments on commit 483b9a5

Please sign in to comment.