From 0a310ca0acf97cf60d4e3e896882e5dd89484966 Mon Sep 17 00:00:00 2001 From: Thijs van Dijk Date: Tue, 10 Feb 2015 09:42:13 +0100 Subject: [PATCH] Fix typo --- syntax_checkers/xml/xmllint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_checkers/xml/xmllint.vim b/syntax_checkers/xml/xmllint.vim index 83cfb640..9a7027f0 100644 --- a/syntax_checkers/xml/xmllint.vim +++ b/syntax_checkers/xml/xmllint.vim @@ -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=