ensure global variables are always there (#108).

This commit is contained in:
Bailey Ling
2013-07-31 19:37:35 +00:00
parent d107c4fd5d
commit 6df46d8d22
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ endfunction
" non-trivial number of external plugins use eventignore=all, so we need to account for that
function! s:sync_active_winnr()
if winnr() != s:active_winnr
call airline#update_statusline()
call s:on_window_changed()
endif
endfunction