mirror of
https://github.com/amix/vimrc
synced 2025-07-12 22:24:59 +08:00
renamed sources_non_forked folder to bundle
This commit is contained in:
16
bundle/vim-airline/autoload/airline/extensions/commandt.vim
Normal file
16
bundle/vim-airline/autoload/airline/extensions/commandt.vim
Normal file
@ -0,0 +1,16 @@
|
||||
" MIT License. Copyright (c) 2013-2014 Bailey Ling.
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
if !get(g:, 'command_t_loaded', 0)
|
||||
finish
|
||||
endif
|
||||
|
||||
function! airline#extensions#commandt#apply(...)
|
||||
if bufname('%') ==# 'GoToFile'
|
||||
call airline#extensions#apply_left_override('CommandT', '')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#commandt#init(ext)
|
||||
call a:ext.add_statusline_func('airline#extensions#commandt#apply')
|
||||
endfunction
|
Reference in New Issue
Block a user