How to cancel auto fold when open a file
alexwongdl opened this issue · 1 comments
alexwongdl commented
When open a file, SimpleFold automatically folds all code. How to cancel this operation? When I open a python script, I want there is no fold, and I will fold some code manually.
tmhedberg commented
See :help 'foldlevelstart'
.