mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
commit
8d44832c1c
@ -31,6 +31,8 @@ function! airline#extensions#apply_window_overrides()
|
||||
call s:override_left_only('Tagbar', '')
|
||||
elseif &ft == 'vimshell'
|
||||
call s:override_left_only('vimshell', vimshell#get_status_string())
|
||||
elseif &ft == 'vimfiler'
|
||||
call s:override_left_only('vimfiler', vimfiler#get_status_string())
|
||||
elseif &ft == 'minibufexpl'
|
||||
call s:override_left_only('MiniBufExplorer', '')
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user