package publish

This commit is contained in:
Vanessa McHale 2017-12-23 16:41:25 -06:00
parent bb132dbe3b
commit 3c50f6815c
1 changed files with 1 additions and 1 deletions

View File

@ -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"'