Yggdroot / indentLine

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

Blank line continuations? #288

Closed la-la-lasagna closed 4 years ago

la-la-lasagna commented 4 years ago

Hello Devs,

This isn't truly an issue but I wanted to bring it up and see if implementation was easy.

For those coding languages which can have blank lines between lines of code (c++ for instance) I find that the break in the line levels is very annoying. Would it be possible to continue the indentation symbol on a blank line iff both the above and below line have indentation at that level? I have a feeling that one issue with this is that your plugin visually alters blank (but used) spaces in the document, and that you cannot do the same visual trick for empty spaces.

Let me know and have a good day!

Yggdroot commented 4 years ago

This is a duplicate of issue #25.