diff options
Diffstat (limited to 'runtime/compiler/xmllint.vim')
-rw-r--r-- | runtime/compiler/xmllint.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/xmllint.vim b/runtime/compiler/xmllint.vim index ddd496048..96cfa5538 100644 --- a/runtime/compiler/xmllint.vim +++ b/runtime/compiler/xmllint.vim @@ -1,7 +1,7 @@ " Vim compiler file " Compiler: xmllint " Maintainer: Doug Kearns <dougkearns@gmail.com> -" Last Change: 2013 Jun 1 +" Last Change: 2013 Jul 8 if exists("current_compiler") finish @@ -15,7 +15,7 @@ endif let s:cpo_save = &cpo set cpo-=C -CompilerSet makeprg=xmllint\ --valid\ --noout\ +CompilerSet makeprg=xmllint\ --valid\ --noout CompilerSet errorformat=%+E%f:%l:\ %.%#\ error\ :\ %m, \%+W%f:%l:\ %.%#\ warning\ :\ %m, |