package publish

This commit is contained in:
Vanessa McHale 2017-12-23 16:31:40 -06:00
parent a33e64fa53
commit 4fa926a281
1 changed files with 1 additions and 0 deletions

View File

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