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

fix: tabline not updated after bbye's bdelete #20

Closed
wants to merge 1 commit into from
Closed

Conversation

romgrk
Copy link
Owner

@romgrk romgrk commented Oct 30, 2020

No description provided.

@mawkler
Copy link
Contributor

mawkler commented Oct 31, 2020

I still have the same problem with the tabline not closing upon bbye's :Bdelete. This is my minimal config:

call plug#begin('~/.vim/bundle')
Plug 'moll/vim-bbye'
Plug 'kyazdani42/nvim-web-devicons'
Plug 'romgrk/lib.kom'
Plug 'romgrk/barbar.nvim'
call plug#end()

@romgrk
Copy link
Owner Author

romgrk commented Oct 31, 2020

It's expected, bbye prevents tabline plugins from knowing there is a buffer deleted due to limitations in vim. You can use BufferClose, which is a modified version of bbye that will work with barbar. And at the same time you can remove bbye from your config.

Reference: moll/vim-bbye#18

@mawkler
Copy link
Contributor

mawkler commented Oct 31, 2020

Aha I see! Yes :BufferClose works, thanks!

@Iron-E Iron-E deleted the fix-bdelete branch September 29, 2022 20:04
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

Successfully merging this pull request may close these issues.

2 participants