Bug fix: nasm output.

This commit is contained in:
LCD 47 2013-06-02 13:28:49 +03:00
parent 67ec6ae4f2
commit dbcaa992ac

View File

@ -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' })