vim-airline/autoload/airline/extensions/commandt.vim

9 lines
261 B
VimL
Raw Normal View History

2013-08-03 01:56:12 +08:00
" MIT license. Copyright (c) 2013 Bailey Ling.
" vim: ts=2 sts=2 sw=2 fdm=indent
2013-07-26 05:54:49 +08:00
function! airline#extensions#commandt#apply_window_override()
if bufname('%') ==# 'GoToFile'
call airline#extensions#apply_left_override('CommandT', '')
endif
endfunction