famiu / bufdelete.nvim

Delete Neovim buffers without losing window layout
GNU General Public License v3.0
515 stars 16 forks source link

feat!: allow buffer name and range. #22

Closed famiu closed 2 years ago

famiu commented 2 years ago

Adds support for using buffer name and range with :Bdelete, :Bwipeout and their Lua function counterparts. Also contains some refactors and documentation improvements.

BREAKING-CHANGE: Removes support for older Neovim versions. Changes BDeletePre and BDeletePost autocommand patterns to also contain range.