package publish
This commit is contained in:
parent
3c50f6815c
commit
12429bd0c4
1 changed files with 1 additions and 11 deletions
|
@ -5,15 +5,6 @@ let g:loaded_syntastic_ats_patscc_checker = 1
|
|||
|
||||
let g:syntastic_ats_patscc_exec = 'patscc'
|
||||
|
||||
function! syntastic#postprocess#Cleanup(errors) abort " {{{2
|
||||
|
||||
exec 'silent !rm -f a.out'
|
||||
exec 'echom "here"'
|
||||
|
||||
return a:errors
|
||||
|
||||
endfunction " }}}2
|
||||
|
||||
function! SyntaxCheckers_ats_patscc_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'exe': self.getExec(),
|
||||
|
@ -34,5 +25,4 @@ endfunction
|
|||
|
||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||
\ 'filetype': 'ats',
|
||||
\ 'name': 'patscc',
|
||||
\ 'postprocess': 'Cleanup'})
|
||||
\ 'name': 'patscc' })
|
||||
|
|
Loading…
Add table
Reference in a new issue