Skip to content

Commit

Permalink
fix: set "fillchar" for 'statuscolumn' rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvbaal authored and lewis6991 committed Feb 16, 2024
1 parent e75357f commit b90ac39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/treesitter-context/render.lua
Original file line number Diff line number Diff line change
@@ -237,6 +237,7 @@ local function build_lno_str(win, lnum, width)
winid = win,
use_statuscol_lnum = lnum,
highlights = true,
fillchar = ' ', -- Fixed in Neovim 0.10 (#396)
})
if ok then
return data.str, data.highlights

0 comments on commit b90ac39

Please sign in to comment.