Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty buffers are not removed from hardline #39

Open
DonPiotr opened this issue Feb 26, 2025 · 1 comment
Open

Empty buffers are not removed from hardline #39

DonPiotr opened this issue Feb 26, 2025 · 1 comment

Comments

@DonPiotr
Copy link

Hi,

nice plugin.
I found that empty buffer if not active is not removed when deleted:

# nvim .config/nvim/init.lua
:enew
:b 1
:buffers
:bd 2

This way empty buffer is removed from :buffers , but is still on hardline.

Thanks

@ojroques
Copy link
Owner

I've been able to reproduce the issue. There's not much I can do to fix this: it is Neovim that decides when to redraw the tabline. Usually the tabline is quickly updated after a few actions from the user (moving around etc.), but you can also force a redraw with :redrawtabline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants