Releases: lambdalisue/vim-fern
Releases · lambdalisue/vim-fern
Version 1.15.2
"E13: File exists, add ! to override" issue has fixed.
Version 1.15.1
Fix tests
Version 1.15.0
- Upgrade internal modules
- Improve documentation
- Rename some hooks
- Add minimal error handling on process failure
- Improve badge support
- Minor refactoring
Version 1.14.1
Fix E13 after move
or rename
action
Version 1.14.0
Support complex rename in 'rename' action of 'file' and 'dict' scheme
Cases fern support
Simple renames
foo -> a
bar -> b
Nested renames
foo -> bar
foo/a -> bar/b
foo/c -> bar/c
Cross renames
foo -> a/foo
foo/a -> a
Cyclic renames
foo -> bar
bar -> foo
Nested and Cyclic renames
a -> b
a/b -> b/c
a/c -> b/b
Cases fern warn and avoid
Duplicate destinations
foo -> bar
foo/a -> bar
Conflicts with exsiting file
foo -> bar
foo/a -> bar/b
Above renames on the follwoing tree should be avoided before actual renames.
foo
|- a
|- b
Destination under non directory
foo -> a/foo
foo/a -> a
Above fails if foo/a
is file.
Version 1.13.0
Add reload:all
and reload:cursor
actions and make reload
action as an alias of reload:all
action
Version 1.12.0
v1.11.2: Version 1.11.2
Fix invalid behavior after `split` or `vsplit` command.
v1.11.1: Version 1.11.1
Add Vim/Neovim version check prior to register fern
v1.11.0: Version 1.11.0
- Corresponding buffer names will be renamed after `move` or `rename` action