Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 3191a3c

Browse files
committed
Fix args in actionscript/mxmlc checker
1 parent edcb2f2 commit 3191a3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntax_checkers/actionscript/mxmlc.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ endfunction
4747
function! SyntaxCheckers_actionscript_mxmlc_GetLocList() dict
4848
let makeprg = self.makeprgBuild({
4949
\ 'args': '-output=' . syntastic#util#DevNull() .
50-
\ !empty(g:syntastic_actionscript_mxmlc_conf) ?
51-
\ ' -load-config+=' . g:syntastic_actionscript_mxmlc_conf : '' })
50+
\ (!empty(g:syntastic_actionscript_mxmlc_conf) ?
51+
\ ' -load-config+=' . g:syntastic_actionscript_mxmlc_conf : '') })
5252

5353
let errorformat =
5454
\ '%f(%l): col: %c %trror: %m,' .

0 commit comments

Comments
 (0)