From bb132dbe3b41a78bbcbb1f21c5c7f1dd54bcf5d9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 16:35:39 -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 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