vote up 2 vote down star

I'm using foldmethod=marker and #{{{ #}}} markers in Python code.

After typing #{{{ vim automatically expands all folds below the cursor.

Is it possible to turn this off?

flag

71% accept rate

2 Answers

vote up 2 vote down check

Try removing block from the "foldopen" option.

:set foldopen-=block

Or maybe the foldclose=all option...

:set foldclose=all
link|flag
foldclose=all did the trick. Thank you. – JS_is_bad Sep 16 at 9:04
vote up 0 vote down

Try adding a match for the # {{{ like # {{{1 and then a # }}}1

link|flag
Folds get expanded as soon as I press { for the third time, so I can't do this. – JS_is_bad Sep 16 at 8:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.