Skip to content

Releases: lambdalisue/vim-fern

Version 1.15.2

10 Aug 20:11
b4631f9
Compare
Choose a tag to compare

"E13: File exists, add ! to override" issue has fixed.

Version 1.15.1

10 Aug 12:13
Compare
Choose a tag to compare

Fix tests

Version 1.15.0

10 Aug 11:47
Compare
Choose a tag to compare
  • Upgrade internal modules
  • Improve documentation
  • Rename some hooks
  • Add minimal error handling on process failure
  • Improve badge support
  • Minor refactoring

Version 1.14.1

09 Aug 07:07
15fb443
Compare
Choose a tag to compare

Fix E13 after move or rename action

Version 1.14.0

08 Aug 18:30
a464d0e
Compare
Choose a tag to compare

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

08 Aug 17:18
1f19a80
Compare
Choose a tag to compare

Add reload:all and reload:cursor actions and make reload action as an alias of reload:all action

Version 1.12.0

08 Aug 08:16
daa845a
Compare
Choose a tag to compare

Now split or vsplit on fern buffer create a new corresponding buffer so that users can compare a bit different tree status side-by-side.

tmux 2020-08-08 17-17-15

If you'd like to disable this feature, use g:fern#disable_viewer_auto_duplication.

v1.11.2: Version 1.11.2

08 Aug 08:10
bfa0880
Compare
Choose a tag to compare
Fix invalid behavior after `split` or `vsplit` command.

v1.11.1: Version 1.11.1

08 Aug 08:10
6642b69
Compare
Choose a tag to compare
Add Vim/Neovim version check prior to register fern

v1.11.0: Version 1.11.0

08 Aug 12:03
07b673a
Compare
Choose a tag to compare
- Corresponding buffer names will be renamed after `move` or `rename` action