Fix args in actionscript/mxmlc checker
This commit is contained in:
parent
edcb2f2baf
commit
3191a3c193
@ -47,8 +47,8 @@ endfunction
|
||||
function! SyntaxCheckers_actionscript_mxmlc_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'args': '-output=' . syntastic#util#DevNull() .
|
||||
\ !empty(g:syntastic_actionscript_mxmlc_conf) ?
|
||||
\ ' -load-config+=' . g:syntastic_actionscript_mxmlc_conf : '' })
|
||||
\ (!empty(g:syntastic_actionscript_mxmlc_conf) ?
|
||||
\ ' -load-config+=' . g:syntastic_actionscript_mxmlc_conf : '') })
|
||||
|
||||
let errorformat =
|
||||
\ '%f(%l): col: %c %trror: %m,' .
|
||||
|
Loading…
Reference in New Issue
Block a user