Skip to content

Commit

Permalink
Provide cross-platform way to load from submodule
Browse files Browse the repository at this point in the history
Closes tpope#39.
  • Loading branch information
tpope committed Aug 26, 2011
1 parent 82cc6d7 commit cb9717b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ FAQ
Sure, stick it under `~/.vim/bundle`, and prepend the following to your
vimrc:

source ~/.vim/bundle/vim-pathogen/autoload/pathogen.vim
runtime bundle/vim-pathogen/autoload/pathogen.vim

Or if your bundles are somewhere other than `~/.vim` (say, `~/src/vim`):

source ~/src/vim/bundle/vim-pathogen/autoload/pathogen.vim

> Will you accept these 14 pull requests adding a `.gitignore` for
> `tags` so I don't see untracked changes in my dot files repository?
Expand Down

0 comments on commit cb9717b

Please sign in to comment.