Vim Tips Wiki
Register
Advertisement

Use this page to discuss script 2332 pathogen: easy manipulation of runtimepath, path, tags, etc

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

This plugin seems really very good. But does it work with vimballs? In other words how does pathogen manage plugins installed by vimball, if at all?

The directions to use curl given on this page did not work for me (I just get a bunch of html on the command line. The directions on github.com/tpope/ work fine. When I have time to figure out curl I'll determine what I did wrong. Until then:

mkdir -p ~/.vim/autoload ~/.vim/bundle; \ curl -so ~/.vim/autoload/pathogen.vim \

   https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
Advertisement