mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-12 13:23:35 +08:00
6 lines
179 B
VimL
6 lines
179 B
VimL
|
function! airline#extensions#commandt#apply_window_override()
|
||
|
if bufname('%') ==# 'GoToFile'
|
||
|
call airline#extensions#apply_left_override('CommandT', '')
|
||
|
endif
|
||
|
endfunction
|