Skip to content

Releases: lambdalisue/vim-fern

v1.28.0: Merge pull request #254 from lambdalisue/fix-drawer-alternative

21 Oct 00:35
e236777
Compare
Choose a tag to compare

v1.27.0: Merge pull request #248 from hrsh7th/master

20 Oct 15:56
a72d64b
Compare
Choose a tag to compare
Add `g:fern#disable_auto_buffer_delete` and `g:fern#disable_auto_buffer_rename`

v1.26.6: Merge pull request #243 from Milly/fix-complete-url

09 Oct 22:16
2ac002d
Compare
Choose a tag to compare
fix command url and filepath completion

v1.26.5: Merge pull request #242 from Milly/fix-completion

07 Oct 03:56
b461945
Compare
Choose a tag to compare

v1.26.4: Merge pull request #238 from lambdalisue/reveal

05 Oct 17:10
30d5aba
Compare
Choose a tag to compare
Allow absolute paths on FernReveal command as well

Version 1.26.3

26 Sep 14:27
3852ef9
Compare
Choose a tag to compare

Fix cursor restore issue when -reveal=... is not specified (#229

Version 1.26.2

26 Sep 09:58
c379b31
Compare
Choose a tag to compare

Fix issues when completeslash is specified in Windows

Version 1.26.1

26 Sep 09:00
9c33684
Compare
Choose a tag to compare

Fix expand issue on 'open' actions

Version 1.26.0

24 Sep 15:20
c1c5a4c
Compare
Choose a tag to compare

The cursor is no longer hidden by default but sticks to the first column with padding.
Use g:fern#smart_cursor = 'hide' to hide cursor like previous default instead.

Version 1.25.1

24 Sep 13:19
9c9a48b
Compare
Choose a tag to compare

Revert "Use hasmapto to check if the corresponding mapping already exist to allow users to define alternative mappings of built-in mappings (#218 )" #212