Releases: pseewald/vim-anyfold
Releases · pseewald/vim-anyfold
v2.0
Better defaults for brace based languages and performance optimizations
- improved block boundary detection for braces
- improved detection of lines to ignore: fast and fully configurable
- bug fixes
v1.1.0
- Toggle key has been removed (see #3)
- Fast and direct auto-update of folds
- Performance improvements
- Better defaults for curly-brace languages
- Various bug fixes
v1.0
- Tested with many filetypes
- Good defaults
- Movements can take a count
- Examples in README.md
v0.3.1
Workaround to speed up slow identification of comment lines
Identification of comment lines deactivated by default
Auto reload can be deactivated
v0.3
- Works out of the box for any filetypes, ftplugins not needed any more
- More reliable implementation of motion commands
- Stable implementation of folding of multi-line comments
- Smarter auto update of folds such that fold and motion commands should always work reliably
- Introduce folding of lines that are not part of any other fold
- Removal of unneeded experimental features
v0.2.2
- bug fixes for move commands and fold toggling
- bug fix for diff mode
- bug fix for fold text
- bug fix for C++ plugin
These bugs were really annoying, I apologize.
v0.2.1
- remove unneeded config variables
- don't overwrite shiftwidth and expandtab
v0.2
- added vimdoc
- now works out of the box for arbitrary filetype
- folds are updated on write
- should be stable (at least for me)