fixes intro screen getting clobbered. resolves #68.

This commit is contained in:
Bailey Ling
2013-07-14 16:45:03 -04:00
parent c45e1bcf10
commit 07a8bc6258
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ function! airline#extensions#apply_window_overrides()
elseif &ft == 'diff'
call s:override_left_only('diff', '')
elseif &ft == 'tagbar'
call s:override_left_only('tagbar', '')
call s:override_left_only('Tagbar', '')
elseif &ft == 'minibufexpl'
call s:override_left_only('MiniBufExplorer', '')
endif