Skip to content

Commit 1b644bf

Browse files
committed
Take control of download URL
There have been multiple reports of failure with the existing URL, though I can't reproduce. Closes #128.
1 parent 336611a commit 1b644bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ private directories.
99
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
1010

1111
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
12-
curl -LSso ~/.vim/autoload/pathogen.vim \
13-
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
12+
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
1413

1514
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.
1615

0 commit comments

Comments
 (0)