From 1b644bf4b263b8ce65a35fc6fa5e541813cd9efc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 26 May 2014 20:44:16 -0400 Subject: [PATCH] Take control of download URL There have been multiple reports of failure with the existing URL, though I can't reproduce. Closes #128. --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index b0a8fd40..c0154af9 100644 --- a/README.markdown +++ b/README.markdown @@ -9,8 +9,7 @@ private directories. Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste: mkdir -p ~/.vim/autoload ~/.vim/bundle; \ - curl -LSso ~/.vim/autoload/pathogen.vim \ - https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim + curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.