Skip to content

Releases: lambdalisue/vim-fern

Version 1.14.1

09 Aug 07:07
15fb443

Choose a tag to compare

Fix E13 after move or rename action

Version 1.14.0

08 Aug 18:30
a464d0e

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

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

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

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

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

Choose a tag to compare

- Corresponding buffer names will be renamed after `move` or `rename` action

v1.10.0: Version 1.10.0

08 Aug 08:10
b51b25a

Choose a tag to compare

- Noise records has removed from `help` and `help:all` action
- `<Plug>(fern-open-or-enter)` has renamed to `<Plug>(fern-action-open-or-enter)`
- `<Plug>(fern-open-or-expand)` has renamed to `<Plug>(fern-action-open-or-expand)`

v1.9.0: Version 1.9.0

08 Aug 08:09
c36464e

Choose a tag to compare

Add "new-path" action

Version 1.8.3

08 Aug 08:01
26e1e04

Choose a tag to compare

Add documentation about mappings and glossary