I am using Vim 7.2 on WinXP. I've tired to run tidy like this:
:compiler tidy
:make
:copen
When I do :copen it shows me no errors to jump to. I've seen references that shellpipe might need to be set a specific way, but that refers to an earlier version of VIM.
How should I be using HTML-tidy with VIM, and do I need to mess with shellpipe to get it to work with WinXP?