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