mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
add commandt support. resolves #92.
This commit is contained in:
5
autoload/airline/extensions/commandt.vim
Normal file
5
autoload/airline/extensions/commandt.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
function! airline#extensions#commandt#apply_window_override()
|
||||
if bufname('%') ==# 'GoToFile'
|
||||
call airline#extensions#apply_left_override('CommandT', '')
|
||||
endif
|
||||
endfunction
|
||||
Reference in New Issue
Block a user