You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
Vim can get confused if documentation files move or change names.
The solution seems to be to blow away your tags file and then get Vim to regenerate the helptags (see
:h :helptags
). I've found that Vim doesn't cope well if you simply blow the tags file away; you have to replace it with an empty file (eg.rm ~/.vim/doc/tags && touch ~/.vim/doc/tags
). At least, that's what I've found when using Pathogen to manage my Vim plug-ins. -
Greg Hurrell
Status changed:
- From: open
- To: closed
Add a comment
Comments are now closed for this issue.