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

View File

@@ -62,6 +62,7 @@ describe 'init sections'
Expect airline#parts#get('branch').raw == ''
Expect airline#parts#get('tagbar').raw == ''
Expect airline#parts#get('syntastic').raw == ''
Expect airline#parts#get('eclim').raw == ''
Expect airline#parts#get('whitespace').raw == ''
end
end