Closed (fixed)
Project:
Vim Plugin For Drupal
Version:
7.x-1.x-dev
Component:
Drush commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2012 at 03:15 UTC
Updated:
13 Jan 2013 at 00:19 UTC
$ drush -v vimrc-install
...
Updating help tags. [notice]
Command dispatch complete [notice]
$Despite the message, the help tags are not updated.
Comments
Comment #1
benjifisherThe 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.