diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 76f7127..37aaad0 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -5,7 +5,7 @@ let g:loaded_syntastic_ats_patscc_checker = 1 let g:syntastic_ats_patscc_exec = 'patscc' -function! Cleanup(errors) abort " {{{2 +function! syntastic#postprocess#Cleanup(errors) abort " {{{2 exec 'silent !rm -f a.out' exec 'echom "here"'