Skip to content

Releases: embear/vim-foldsearch

v1.3.2

02 May 17:13
v1.3.2
Compare
Choose a tag to compare

v1.3.2 : 2024-05-02

  • add debug messages and functions to dump them on the screen or to a file
  • internal refactoring (modify and extend view file instead of storing data in additional variables)
  • performance improvements
  • bugfix: enable autocommands during restoring previous view again to fix a bug with disabled syntax highlighting after ending foldsearch.

v1.3.1

26 Apr 08:47
v1.3.1
Compare
Choose a tag to compare

v1.3.1 : 2024-04-26

  • bugfix: repeated call to :Fe removed folding markers in file

v1.3.0

25 Apr 09:14
v1.3.0
Compare
Choose a tag to compare

v1.3.0 : 2024-04-25

  • add ability to toggle between foldsearch and original view with :Ft
  • respect 'ignorecase' setting for pattern highlighting
  • bugfix: refactoring to make :Fc work again
  • bugfix: disable autocommands when restoring previous view to prevent unexpected side effects
  • bugfix: for unnamed buffers folds were not correctly restored when foldsearch is finished