Konfekt / FastFold

Speed up Vim by updating folds only when called-for.
708 stars 24 forks source link

README documentation of g:fastfold_fold_command_suffixes = [] #58

Closed abarker closed 5 years ago

abarker commented 5 years ago

In the README file it says: "If you prefer that folds are updated whenever you close or open folds by a standard keystroke such as zx,zo or zc, then add let g:fastfold_fold_command_suffixes = [] to your .vimrc." Looking at the source, it seems that that should be "prefer that folds are not updated".

Konfekt commented 5 years ago

Indeed. Thank you!

Konfekt commented 5 years ago

Fixed by the latest commit.