add commandt support. resolves #92.

This commit is contained in:
Bailey Ling
2013-07-25 21:54:49 +00:00
parent 950eb41ab6
commit 8819ab272d
2 changed files with 21 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
function! airline#extensions#commandt#apply_window_override()
if bufname('%') ==# 'GoToFile'
call airline#extensions#apply_left_override('CommandT', '')
endif
endfunction