fix wrong variable name
This commit is contained in:
parent
703241942a
commit
b4ad02f906
|
@ -44,7 +44,7 @@ function! s:on_window_changed()
|
|||
let l:key = [bufnr('%'), winnr(), winnr('$'), tabpagenr(), &ft]
|
||||
if get(g:, 'airline_last_window_changed', []) == l:key
|
||||
\ && &stl is# '%!airline#statusline('.winnr().')'
|
||||
\ && ft !~? 'gitcommit'
|
||||
\ && &ft !~? 'gitcommit'
|
||||
" fugitive is special, it changes names and filetypes several times,
|
||||
" make sure the caching does not get into its way
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue