1
vote
1answer
454 views

syntastic not working: no errors

I've installed Pathogen, git clone'd the syntastic repo, and tried :Helptags in mvim. However, whenever I type :Helptags, I don't get an error but nothing at all happens. Any idea what might be going ...
1
vote
1answer
193 views

How can I add extra html tags to Syntastic plugin for Vim?

I use a CMS which uses custom tags that are parsed before everything on the page, for example. This can appear in the standard file formats for .html, .php <v:img for="portfolio" /> and it ...