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

Commit

Permalink
Merge remote-tracking branch 'origin/pr/1900'
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Oct 18, 2016
2 parents 6ffba73 + b1fdce6 commit 9a8823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_checkers/nasm/nasm.vim
Expand Up @@ -20,7 +20,7 @@ set cpo&vim

function! SyntaxCheckers_nasm_nasm_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'args_after': '-X gnu -f elf' .
\ 'args_after': '-X gnu' .
\ ' -I ' . syntastic#util#shescape(expand('%:p:h', 1) . syntastic#util#Slash()) .
\ ' ' . syntastic#c#NullOutput() })

Expand Down

0 comments on commit 9a8823a

Please sign in to comment.