pseewald / vim-anyfold

Language agnostic vim plugin for folding and motion based on indentation.
MIT License
268 stars 11 forks source link

:AnyFoldActivate command with bang allows for repeat activation #41

Open jeetsukumaran opened 3 years ago

jeetsukumaran commented 3 years ago

Sometimes another foldexpr or related mappings might be useful. It would be nice to restore AnyFold after this. Previously, the double initialization guard in the #init function prevented in. This patch allows the command to to take a bang (AnyFoldActivate!) which reloads the foldexpr and remaps keys etc.