Releases: jlanzarotta/bufexplorer
Releases · jlanzarotta/bufexplorer
7.6.0
What's Changed
- Fix buffer sorting and display issues by @drmikehenry in #119
Full Changelog: 7.5.0...7.6.0
7.5.0
What's Changed
- Restructure
s:SelectBuffer()
to demonstrate behaviors in #117. by @drmikehenry in #118
Full Changelog: 7.4.28...7.5.0
7.4.28
Release 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.