mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-23 00:34:00 +02:00
closes #2029 airline#util#focusgain(1) was called too soon -- it's called before vim loses focus and not after it gains focus. Instead, we ignore the next FocusGained event.