This commit is contained in:
Darcy Parker 2012-01-13 11:08:05 -05:00
commit a9685fbbf3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ endif
function! SyntaxCheckers_xml_GetLocList()
let makeprg="xmllint --xinclude --noout --postvalid %"
let makeprg="xmllint --xinclude --noout --postvalid " . shellescape(expand("%:p"))
let errorformat='%E%f:%l:\ error\ :\ %m,
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
\%W%f:%l:\ warning\ :\ %m,

View File

@ -21,7 +21,7 @@ endif
function! SyntaxCheckers_xslt_GetLocList()
let makeprg="xmllint --xinclude --noout --postvalid %"
let makeprg="xmllint --xinclude --noout --postvalid " . shellescape(expand("%:p"))
let errorformat='%E%f:%l:\ error\ :\ %m,
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
\%W%f:%l:\ warning\ :\ %m,