From 3c50f6815c105d8e28ee4f790d84dd00acc01d38 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 16:41:25 -0600 Subject: [PATCH] package publish --- syntax_checkers/ats/patscc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'