vim-airline/plugin
Christian Brabandt 19c655b420
plugin: do not trigger redraws for popup windows
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)
2019-11-25 16:24:58 +01:00
..
airline.vim plugin: do not trigger redraws for popup windows 2019-11-25 16:24:58 +01:00