Skip to content

Releases: mihaifm/bufstop

1.6.4

08 Mar 15:56
7548510
Compare
Choose a tag to compare

Added new options for displaying file symbols/icons and formatting file names.
Added option to show unlisted buffers.

1.6.3

24 Feb 09:23
1.6.3
2d9cbd4
Compare
Choose a tag to compare

Improve compatibility with statusline plugins

1.6.2

10 Aug 20:19
51a87fb
Compare
Choose a tag to compare

Consistent window view when exiting Bufstop window (#24), credits to @bruhtus

1.6.1

29 Jul 17:48
e373ef7
Compare
Choose a tag to compare

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

28 Jul 19:02
Compare
Choose a tag to compare

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

30 Jan 22:24
Compare
Choose a tag to compare

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.