extract syntastic

This commit is contained in:
Bailey Ling
2013-08-06 02:56:30 +00:00
parent f15ac2146f
commit 11fd24b3ef
5 changed files with 25 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
" MIT license. Copyright (c) 2013 Bailey Ling.
" vim: ts=2 sts=2 sw=2 fdm=indent
function! airline#extensions#commandt#apply_window_override()
function! airline#extensions#commandt#apply()
if bufname('%') ==# 'GoToFile'
call airline#extensions#apply_left_override('CommandT', '')
endif
endfunction
function! airline#extensions#commandt#init(ext)
call ext.add_statusline_funcref(function('airline#extensions#commandt#apply'))
endfunction