diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 4f7cfba8..213df926 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -179,7 +179,7 @@ function! s:CacheErrors(...) if !loclist.isEmpty() let newLoclist = newLoclist.extend(loclist) - call newLoclist.setName(checker.getName()) + call newLoclist.setName( checker.getName() . ' ('. checker.getFiletype() . ')' ) "only get errors from one checker at a time break