package publish

This commit is contained in:
Vanessa McHale 2017-12-23 16:35:39 -06:00
parent 4fa926a281
commit bb132dbe3b
1 changed files with 1 additions and 1 deletions

View File

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