vim-pathogen
vim-pathogen copied to clipboard
It can' generate helptags.
I call pathogen#helptags() in my vimrc. But it doesn't generate helptags. because new versions doesn't work for this, so I have to change back to 2.2!
Are you sure you wrote execute pathogen#helptags()
? If that doesn't work either, try with writing Helptags
only.
I see this issue is still open and I am experiencing the same issue on windows.
my vimrc is empty except for exectue pathogen#helptags()
.
This is not the only thing though. It looks like it doesn't install plugins either. Tried installing UltiSnips, but doesn't work.
@LoneKrug
On Linux add execute pathogen#infect()
to vimrc, then execute :Helptags
in Vim. Don't know about Windows, but you can try.