Releases: mihaifm/bufstop
Releases · mihaifm/bufstop
1.6.4
Added new options for displaying file symbols/icons and formatting file names.
Added option to show unlisted buffers.
1.6.3
Improve compatibility with statusline plugins
1.6.2
Consistent window view when exiting Bufstop window (#24), credits to @bruhtus
1.6.1
Improved the buffer wipe functionality. Pressing the 'd' key will now preserve the overall window layout.
Added the g:BufstopData
global variable, exposing some useful buffer information that can be used in scripts.
1.6.0
Added a new option g:BufstopIndicators
that allows buffer flags and indicators to be displayed. It's disabled by default, enable it using let g:BufstopIndicators = 1
.
1.5.0
Added :BufstopPreview
command that allows file switching by simply navigating the Bufstop window with j,k or arrow keys.
Check the readme and the documentation for a full description.