Yggdroot / indentLine

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

how to not display indenline char if there are no 4 spaces #373

Open spaceone opened 2 years ago

spaceone commented 2 years ago

How can I disable that the indenLine char is shown for space characters starting a new indentation level but does not fit the 4 spaces.

For example:

»   for p in parts:
»   »   i = p.find('=')
»   »i = p.find('=')

line two is correctly indented with 4 spaces, the last line is not (only one space).