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