mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-25 16:24:00 +08:00
dd247a0f85
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.