Question

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 on?

UPDATE: I've tried again with Vundle (which is working fine with NERDTree and powerline) and am getting the following errors:

a busy cat

Was it helpful?

Solution

Read :h :helptags, this command (with an argument: :Helptags /path/to/dir) is used to index third party plugin's documentation. It has nothing to do with the Syntastic plugin.

If Pathogen is installed correctly, :h syntastic should open the documentation for Syntastic. Read it carefully, make sure you understand everything, try it and come back to us if you have any question.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top