foldmethod=indent gets confused

Posted by intuited on Stack Overflow See other posts from Stack Overflow or by intuited
Published on 2010-06-04T04:37:36Z Indexed on 2010/06/06 7:02 UTC
Read the original article Hit count: 289

Filed under:
|
|

Normally a great boon to humanity, on occasion vim's indent-based folding will get confused and need a reset via :set foldmethod=indent. Symptoms include the appearance of consecutive folded lines in the window.

Is there a way to avoid having this happen? Is it just me?

© Stack Overflow or respective owner

Related posts about vim

Related posts about folding