From 4fa926a28152e814b608b16b843055fa05688629 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 16:31:40 -0600 Subject: [PATCH] package publish --- syntax_checkers/ats/patscc.vim | 1 + 1 file changed, 1 insertion(+) 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