How to see list of html-tidy errors in VIM for Windows?
Posted
by stumbling
on Stack Overflow
See other posts from Stack Overflow
or by stumbling
Published on 2010-03-15T14:16:45Z
Indexed on
2010/03/15
14:19 UTC
Read the original article
Hit count: 153
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?
© Stack Overflow or respective owner