romgrk / barbar.nvim

The neovim tabline plugin.
2.2k stars 81 forks source link

BufferWipeout command vanished since a903c8617d #432

Closed wilriker closed 1 year ago

wilriker commented 1 year ago

Description

The BufferWipeout command is still listed in the README and docs.txt but it is no longer created by barbar so it cannot be called anymore.

I bisected it to down to

To Reproduce

Just load barbar any way and try to call :BufferWipeout - command will not be available. ;-)

Iron-E commented 1 year ago

Just checked the file: yep, it's gone. Should be an easy fix. PR welcome if you get to it before me, but I should be able to do it today

Thanks for the bisect btw!

wilriker commented 1 year ago

PR welcome if you get to it before me, but I should be able to do it today

Just walked away from my computer 8 minutes ago. :-D So probably you will be faster. ;-)

wilriker commented 1 year ago

I can confirm the command has been restored. Thanks!