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

new buffer cannot be displayed to the right of the tabline until the current window is switched #2229

Open
Shaiya2688 opened this issue Sep 9, 2020 · 0 comments

Comments

@Shaiya2688
Copy link

environment

vim: 8.2
vim-airline: 0.11
OS: Ubuntu
if you are using terminal:
terminal: Konsole
$TERM variable: xterm
color configuration (:set t_Co=256):

vimrc:

let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_buffers = 0
let g:airline#extensions#tabline#show_tab_nr = 1
let g:airline#extensions#tabline#show_tab_type = 0

actual behavior

tabline is not updated after executing the following command to open quickfix

:let winid = win_getid() | copen | call win_gotoid(winid)

use CTRL-W CTRL-W switch window then quickfix buffer is displayed.

if cursor not under the quickfix window and close quickfix with the command :cclose, the quickfix buffer cannot be removed from the right side of the tabline

expected behavior

the new buffer name is displayed to the right of the tabline and can be removed correctly

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

1 participant