Implement extension to report errors and warnings from LanguageClient plugin

This commit is contained in:
Jesse Hallett
2018-09-02 17:08:04 -04:00
parent c7fb175d35
commit a92b12e1c6
7 changed files with 149 additions and 8 deletions

View File

@@ -74,6 +74,8 @@ describe 'init sections'
Expect airline#parts#get('windowswap').raw == ''
Expect airline#parts#get('ycm_error_count').raw == ''
Expect airline#parts#get('ycm_warning_count').raw == ''
Expect airline#parts#get('languageclient_error_count').raw == ''
Expect airline#parts#get('languageclient_warning_count').raw == ''
end
end