From 5250b6eee2ab37a75f0b1ee5aca201355831f65a Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 21 May 2013 07:56:56 -0700 Subject: [PATCH] Delete old pathogen install code Requires the user to manually delete any older instances of pathogen.vim --- install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install b/install index 3f33916..cf638a1 100755 --- a/install +++ b/install @@ -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 #######################################################################