diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 66635c2..76f7127 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -8,7 +8,7 @@ let g:syntastic_ats_patscc_exec = 'patscc' function! Cleanup(errors) abort " {{{2 exec 'silent !rm -f a.out' - exec 'echo "here"' + exec 'echom "here"' return a:errors