Releases: jlanzarotta/bufexplorer
Releases · jlanzarotta/bufexplorer
7.4.28
v7.4.27
Full Changelog: v7.4.26...v7.4.27
v7.4.26
v.7.4.25
v7.4.24
Just a copyright notice update.
v7.4.23
What's Changed
- fix error when vim is in read-only mode by @benoit-pierre in #99
- Use independent variable to track window splitting by @tartansandal in #98
New Contributors
- @benoit-pierre made their first contribution in #99
- @tartansandal made their first contribution in #98
Full Changelog: v7.4.22...v7.4.23
v7.4.22
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
Merged in changes from adelarsq, which was the added support for ryanoasis/vim-devicons.
v7.4.19
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
backward-compatible fix for the "invalid tab range" bug.