romgrk / barbar.nvim

The neovim tabline plugin.
2.26k stars 85 forks source link

ref: always show pinned buffers, even with `hide` #527

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

Closes #525

Changes the hide() function so that pinned buffers are still shown, even if the hide config setting would normally apply to them. I figure that hiding a pinned buffer is probably not desired behavior.