Delete old pathogen install code

Requires the user to manually delete any older instances of pathogen.vim
vimbundler
nirenjan 2013-05-21 07:56:56 -07:00
parent 6c44c6aa3a
commit 5250b6eee2
1 changed files with 0 additions and 7 deletions

View File

@ -280,13 +280,6 @@ lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/
# Install pathogen
if [[ ! -f ~/.vim/autoload/pathogen.vim ]]
then
echo "Deleting legacy pathogen file. This is now maintained as a Bundle."
rm -f ~/.vim/autoload/pathogen.vim
fi
#######################################################################
# Install/update Vim bundles
#######################################################################