famiu / bufdelete.nvim

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

fix: term buffers not closing #30

Closed famiu closed 2 years ago

famiu commented 2 years ago

Terminal buffers did not close properly with :Bdelete! due to force not being used unless the buffer was modified. Fix that by always using force when it's explicitly enabled.

Closes #28.