diff --git a/autoload/airline/extensions/eclim.vim b/autoload/airline/extensions/eclim.vim index 080d064..e2f6531 100644 --- a/autoload/airline/extensions/eclim.vim +++ b/autoload/airline/extensions/eclim.vim @@ -26,7 +26,7 @@ function! airline#extensions#eclim#get_warnings() if (empty(errorList)) " use the warnings - call filter(eclimList, 'v:val.name =~ "^\\(qf_\\)\\?\\(info\\|warning\\)$"') + call filter(eclimList, 'v:val.name =~ "^\\(qf_\\)\\?\\(warning\\)$"') let type = 'W' else " Use the errors