mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-23 15:44:29 +08: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)