package publish
This commit is contained in:
parent
a33e64fa53
commit
4fa926a281
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue