mirror of https://github.com/nirenjan/dotfiles.git
Delete old pathogen install code
Requires the user to manually delete any older instances of pathogen.vimvimbundler
parent
6c44c6aa3a
commit
5250b6eee2
7
install
7
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
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue