mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-30 14:45:21 +08:00
ensure changing filetypes gets updated statusline if necessary. fix statusline overwrite when using unite with -no-split
This commit is contained in:
@@ -78,6 +78,7 @@ endfunction
|
||||
|
||||
function! airline#update_statusline(active)
|
||||
if s:is_excluded_window()
|
||||
call setwinvar(winnr(), '&statusline', '')
|
||||
return
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user