$ drush -v vimrc-install
...
Updating help tags.                                                     [notice]
Command dispatch complete                                               [notice]
$

Despite the message, the help tags are not updated.

Comments

benjifisher’s picture

Title: Installer script does not install documentation. » Installer script does not install documentation
Status: Active » Fixed

The problem is that the installer was invoking vim without any startup commands. Thus, when it ran :Helptags, the 'runtimepath' option was set to its default value.

The solution is to invoke the same pathogen#infect() lines that are added to the vimrc file.

Fixed and committed: 8918c86.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.