Fix download of pathogen

This commit is contained in:
Christophe Buffenoir 2013-10-10 16:17:34 +02:00
parent 388a12e336
commit 41e520bd65

View file

@ -35,6 +35,7 @@ sed -i "s/REPLACEMEWITHFIRSTLETTEROFHOSTNAME/`expr substr \`hostname\` 1 1`/g" ~
# Install pathogen
mkdir ~/.vim/autoload
curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
# Install jedi plugin for vim