Merge pull request #921 from andyearnshaw/actionscript-mxmlc
Fix args in actionscript/mxmlc checker
This commit is contained in:
commit
87ca881688
@ -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…
x
Reference in New Issue
Block a user