add eclim's checker extension, when eclim is running , it can instead of syntastic

This commit is contained in:
xinleibird
2013-10-01 12:42:42 +08:00
parent e16c36eea1
commit 5582daf79c
5 changed files with 40 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ function! airline#deprecation#check()
\ [ 'g:airline_enable_branch', 'g:airline#extensions#branch#enabled' ],
\ [ 'g:airline_enable_bufferline', 'g:airline#extensions#bufferline#enabled' ],
\ [ 'g:airline_enable_syntastic', 'g:airline#extensions#syntastic#enabled' ],
\ [ 'g:airline_enable_eclim', 'g:airline#extensions#eclim#enabled' ],
\ ]
for test in tests
if exists(test[0])