Yggdroot / indentLine

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

Incompatible with tmux 3a #292

Closed maharjanaman closed 4 years ago

maharjanaman commented 4 years ago

I upgraded tmux to version 3a and when I add let g:indentLine_leadingSpaceEnabled=1 it behaves weirdly. Kapture 2020-03-02 at 13 34 37

Yggdroot commented 4 years ago

What do you mean by weirdly?

maharjanaman commented 4 years ago

I did attached gif. See how indentation changes and duplicate values appear on line change.

cprn commented 4 years ago

I confirm there's a rendering issue but I think it's in tmux. Version 3.0 is alpha, let's hope it won't be there in beta. If you haven't yet, please, open an issue in tmux project bug tracker.

maharjanaman commented 4 years ago

Seems this issue is not happening with tmux 3.1. Closing this for now.