Synthetic doesn't work: no errors

I installed Pathogen, a git clone'd synthetic repo and tried: Helptags in mvim. However, whenever I type: Helptags, I don't get an error message, but nothing happens. Any ideas what might happen?

UPDATE: I tried again with Vundle (which works fine with NERDTree and powerline) and get the following errors:

a busy cat

+5
source share
1 answer

Read :h :helptags, this command (with an argument:) is :Helptags /path/to/dirused to index the documentation of a third-party plugin. This has nothing to do with the Syntastic plugin.

If Pathogen is installed correctly, it :h syntasticshould open the documentation for Syntastic. Read carefully, make sure that you understand everything, try and return to us if you have any questions.

+3
source

All Articles