Releases: embear/vim-foldsearch
Releases · embear/vim-foldsearch
v1.3.2
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
v1.3.0
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