vim-pathogen icon indicating copy to clipboard operation
vim-pathogen copied to clipboard

It can' generate helptags.

Open dayancn opened this issue 7 years ago • 3 comments

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!

dayancn avatar Apr 19 '17 01:04 dayancn

Are you sure you wrote execute pathogen#helptags()? If that doesn't work either, try with writing Helptags only.

louiswolfers avatar May 12 '18 09:05 louiswolfers

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.

siemdejong avatar Mar 23 '19 11:03 siemdejong

@LoneKrug On Linux add execute pathogen#infect() to vimrc, then execute :Helptags in Vim. Don't know about Windows, but you can try.

rcrx avatar Apr 16 '19 17:04 rcrx