Bug fix: nasm output.
This commit is contained in:
parent
67ec6ae4f2
commit
dbcaa992ac
@ -22,7 +22,7 @@ function! SyntaxCheckers_nasm_nasm_GetLocList()
|
||||
let wd = shellescape(expand("%:p:h") . "/")
|
||||
let makeprg = syntastic#makeprg#build({
|
||||
\ 'exe': 'nasm',
|
||||
\ 'args': '-X gnu -f elf -I ' . wd . ' -o ' . outfile,
|
||||
\ 'args': '-X gnu -f elf -I ' . wd . ' ' . syntastic#c#NullOutput('nasm'),
|
||||
\ 'filetype': 'nasm',
|
||||
\ 'subchecker': 'nasm' })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user