mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-20 07:02:56 +08:00
Check that 'statusline' option is correct
statusline of quickfix window will be reset in the ftplugin of $VIMRUNTIME, therefore check that airline is still active fixes #1447
This commit is contained in:
parent
b57022bfc2
commit
3a23eeac42
|
@ -43,6 +43,7 @@ function! s:on_window_changed()
|
||||||
" different autocommands.
|
" different autocommands.
|
||||||
let l:key = [bufnr('%'), winnr(), winnr('$'), tabpagenr()]
|
let l:key = [bufnr('%'), winnr(), winnr('$'), tabpagenr()]
|
||||||
if get(g:, 'airline_last_window_changed', []) == l:key
|
if get(g:, 'airline_last_window_changed', []) == l:key
|
||||||
|
\ && &stl is# '%!airline#statusline('.winnr().')'
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
let g:airline_last_window_changed = l:key
|
let g:airline_last_window_changed = l:key
|
||||||
|
|
Loading…
Reference in New Issue
Block a user