Merge branch 'master' of https://github.com/scrooloose/syntastic
This commit is contained in:
commit
a9685fbbf3
@ -26,7 +26,7 @@ endif
|
|||||||
|
|
||||||
function! SyntaxCheckers_xml_GetLocList()
|
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,
|
let errorformat='%E%f:%l:\ error\ :\ %m,
|
||||||
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
|
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
|
||||||
\%W%f:%l:\ warning\ :\ %m,
|
\%W%f:%l:\ warning\ :\ %m,
|
||||||
|
@ -21,7 +21,7 @@ endif
|
|||||||
|
|
||||||
function! SyntaxCheckers_xslt_GetLocList()
|
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,
|
let errorformat='%E%f:%l:\ error\ :\ %m,
|
||||||
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
|
\%-G%f:%l:\ validity\ error\ :\ Validation\ failed:\ no\ DTD\ found\ %m,
|
||||||
\%W%f:%l:\ warning\ :\ %m,
|
\%W%f:%l:\ warning\ :\ %m,
|
||||||
|
Loading…
Reference in New Issue
Block a user