You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On very long lines, vim wraps them, and it appears not to continue the indent guides on these lines. It would be nice if it did.
It also doesn't continue them on blank lines, which would sometimes be nice? Python PEP8 style is (at least arguably) to use a blank rather than an indented blank, so it comes up a lot in Python code.