Merge pull request #87 from crazymaster/master

Add vimfiler support
This commit is contained in:
Bailey Ling 2013-07-23 10:31:53 -07:00
commit 8d44832c1c
1 changed files with 2 additions and 0 deletions

View File

@ -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