lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.19k stars 104 forks source link

Bug: horizontal scroll (by `incsearch`) doesn't redraw indentations #457

Open baodrate opened 2 years ago

baodrate commented 2 years ago

during incsearch, when the window scrolls to show the search match, the indentations are not redrawn, causing them to overlap with the displayed text.

example: image

This also affects vertical scroll, I believe, but that's less noticeable/impactful (mostly just messes with the display of the listchars, I think)

baodrate commented 2 years ago

related to #434 possibly?

lukas-reineke commented 2 years ago

Yeah it is the same issue as #434 There is nothing I can do for now.

I'll leave the issue open, hopefully there will be a solution in the future.