Releases: lambdalisue/vim-fern
Releases · lambdalisue/vim-fern
Version 1.4.1
Add documentation about FernInit user autocmd and renderer/comparator
Version 1.4.0
Add some features for "plugin" type 3rd party integrations
Version 1.3.1
Fix bug on session load. #116
Version 1.3.0
- Add
<Plug>(fern-wait)
to wait for a previous asynchronous mapping
Version 1.2.0
- Add
:FernDo
comamnd for executing arbitral command on a fern buffer - Make
:FernFocus
command deprecate in favor of:FernDo :
Version 1.1.0
- Collapse nodes prior to copy/move/remove/trash/rename action to fix invalid update
Version 1.0.0
Initial stable release.
Now APIs of fern.vim have fixed and further changes will follow the rules of semantic versioning.
Version 0.18.0
- 'rename' action behavior has improved
Version 0.17.0
- Force 'winfixwidth' on drawer
Version 0.16.0
Add 'grep' action to execute grep asynchronously and report the result to quickfix.