summaryrefslogtreecommitdiff
path: root/plugins/vundle/vundle.plugin.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-06-30 21:00:53 -0700
committerRobby Russell <robby@planetargon.com>2014-06-30 21:00:53 -0700
commit4131a59d1a57d53bf711115317116a6c57483636 (patch)
treec3b2a746fdc18708b4c18b33c4475f20bf9d4e61 /plugins/vundle/vundle.plugin.zsh
parent3913106b2e7127d396f27b652df812340ec0c871 (diff)
parent08632bb1780d51f6748b5c09ef5232862313f78f (diff)
downloadzsh-4131a59d1a57d53bf711115317116a6c57483636.tar.gz
zsh-4131a59d1a57d53bf711115317116a6c57483636.tar.bz2
zsh-4131a59d1a57d53bf711115317116a6c57483636.zip
Merge pull request #2827 from ncanceill/easymerge
...you folks are amazing. :-) "Easy-to-merge"
Diffstat (limited to 'plugins/vundle/vundle.plugin.zsh')
-rw-r--r--plugins/vundle/vundle.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vundle/vundle.plugin.zsh b/plugins/vundle/vundle.plugin.zsh
index 936c8d7d2..830774fe3 100644
--- a/plugins/vundle/vundle.plugin.zsh
+++ b/plugins/vundle/vundle.plugin.zsh
@@ -4,7 +4,7 @@ function vundle-init () {
mkdir -p ~/.vim/bundle/vundle/
fi
- if [ ! -d ~/.vim/bundle/vundle/.git/ ]
+ if [ ! -d ~/.vim/bundle/vundle/.git ] && [ ! -f ~/.vim/bundle/vundle/.git ]
then
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
echo "\n\tRead about vim configuration for vundle at https://github.com/gmarik/vundle\n"