Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.15k stars 229 forks source link

Indent lines does not display properly when used with tmux #331

Open solaris9000 opened 4 years ago

solaris9000 commented 4 years ago

Hi I have noticed that the indent lines do not show properly when used in a tmux session. Please see screenshot:

2020-10-21 13_40_08-

Outside of tmux the indent lines display perfectly:

2020-10-21 13_39_16-

$ tmux -V tmux next-3.2

$ vim --version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 26 2020 21:33:06)

Any ideas what could be causing this?

Thanks.