Skip to content

Releases: jlanzarotta/bufexplorer

v7.4.27

13 Aug 12:52
Compare
Choose a tag to compare

v7.4.26

02 May 02:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.7.4.25...v7.4.26

v.7.4.25

20 Sep 23:39
Compare
Choose a tag to compare

What's Changed

  • Fix MRU sort order after loading vim session by @mmrwoods in #107

New Contributors

Full Changelog: v7.4.24...v.7.4.25

v7.4.24

03 May 23:48
1be66e2
Compare
Choose a tag to compare

Just a copyright notice update.

v7.4.23

28 Jan 00:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.22...v7.4.23

v7.4.22

06 Jan 01:43
d2b8858
Compare
Choose a tag to compare

Merged in change from nadean that fixed an issue that if you use either split mode, you could no longer use the regular non-split mode. This was because the split mode set s:splitMode and that variable was never reset to "" to allow you run without split mode.

v7.4.21

10 Dec 14:33
Compare
Choose a tag to compare

Merged in changes from adelarsq, which was the added support for ryanoasis/vim-devicons.

v7.4.19

18 Sep 20:59
Compare
Choose a tag to compare

Okay, I am trying to fix up the version number to be the version here on github. I am still do not get the hang of github down yet... Subversion, yes... git... no...

Changes include:

Thanks to Yubo Su for the patch that adds 'f, F, V, and v' commands.
With this change, the original 'f' command was remapped to 'a'.

The set of commands that can be used during exploring are:
F - Open selected buffer in another window above the current.
f - Open selected buffer in another window below the current.
V - Open the selected buffer in another window on the left of the
    current.
v - Open the selected buffer in another window on the right of the
    current.

v7.4.18

01 May 16:41
Compare
Choose a tag to compare

backward-compatible fix for the "invalid tab range" bug.

v7.4.17

10 Apr 13:12
Compare
Choose a tag to compare

In this release:

  • So that custom autocommands can be added, 'filetype=bufexplorer' has been added.