Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thijzert committed Feb 10, 2015
1 parent 3ea613f commit 0a310ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_checkers/xml/xmllint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set cpo&vim

function! SyntaxCheckers_xml_xmllint_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'args': '--xinclude --postvalid' })
\ 'args': '--xinclude --postvalid',
\ 'args_after': '--noout' })

let errorformat=
Expand Down

0 comments on commit 0a310ca

Please sign in to comment.