mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-17 22:09:10 +02:00
coc.nvim might set the filetype of the poppup window, which might trigger a redraw of the statusline, causing the current window to become inactive. So bail out early, if the current buffer is a popup buffer. It cannot have a statusline anyhow. fixes #1930 (but this time for Vim)