Skip to content

Releases: pseewald/vim-anyfold

v2.0

19 Mar 15:43
9052245
Compare
Choose a tag to compare

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

15 Nov 00:10
Compare
Choose a tag to compare
  • 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

18 Sep 10:53
Compare
Choose a tag to compare
  • Tested with many filetypes
  • Good defaults
  • Movements can take a count
  • Examples in README.md

v0.3.1

17 Sep 09:14
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Workaround to speed up slow identification of comment lines
Identification of comment lines deactivated by default
Auto reload can be deactivated

v0.3

16 Sep 15:36
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • 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

01 Sep 21:38
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • 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

30 Aug 01:53
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • remove unneeded config variables
  • don't overwrite shiftwidth and expandtab

v0.2

29 Aug 19:01
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • added vimdoc
  • now works out of the box for arbitrary filetype
  • folds are updated on write
  • should be stable (at least for me)

v0.1

25 Aug 11:57
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
initial commit