Hi Hugo!

On Fr, 16 Okt 2009, Hugo Ahlenius wrote:

> | If I see that right, all you need to to is :compiler xmllint and vim
> | will automatically load $VIMRUNTIME/compiler/xmllint.vim which sets up a
> | few settings for using xmllint as your "compiler". Then you only need to
> | :make to have the current buffer checked with xmllint and have a
> | quickfix buffer opened, with all error messages.
> 
> Hmm - thanks - that sounds very interesting. Unfortunately this doen't
> produce anything, even when I introduce obvious errors in the xml-file. Just
> nothing happens when I do :make... I am on Windows Vista 64-bit, using gvim
> 7.2 (64-bit) - if that matters. And I know that I have a working xmllint.exe
> handy (in my path).

Hmm, I think you should check your shell settings:
:set sp? shell? shellcmdflag?
and possibly also
:set shellquote? shellxquote? shellslash?

Have a look at the help for each setting, which explains what they do:
:h 'shellquote'
:h 'shellxquote'
:h 'shellslash'
:h 'shell'
:h 'shellpipe'
:h 'shellcmdflag'

I might have forgotten other settings. Use :h shell<C-D> to find out, 
which help topics exist, that contain the word shell (You do this by 
typing shell and afterwards press Control+D, and vim will show you all 
matching entries).

regards,
Christian

-- 
:wq

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to