vim-bbye icon indicating copy to clipboard operation
vim-bbye copied to clipboard

Add ability to delete multiple buffers

Open Otard95 opened this issue 5 years ago • 1 comments

Initial tests seems promising.

The call signature is the same for the original function, as to not to add any breaking changes. The new function simply takes the same parameters and passes them along, except it splits the last containing buffer name(s), and calls the original for each.

Otard95 avatar Apr 07 '20 06:04 Otard95

I have created a Pull request https://github.com/moll/vim-bbye/pull/21 that support:

Multiple arguments: :Bdelete 2 4 5
Ranges: :%Bdelete, :2,4Bdelete or :2Bdelete

vds2212 avatar Jan 23 '23 14:01 vds2212