Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
7366b567
Commit
7366b567
authored
Aug 31, 2015
by
Robby Russell
Browse files
Merge pull request #4268 from ZhengzhongZhang/patch-1
Plugin vundle: update link
parents
01b37835
1aeebf60
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/vundle/vundle.plugin.zsh
View file @
7366b567
function
vundle-init
()
{
function
vundle-init
()
{
if
[
!
-d
~/.vim/bundle/
v
undle/
]
if
[
!
-d
~/.vim/bundle/
V
undle
.vim
/
]
then
then
mkdir
-p
~/.vim/bundle/
v
undle/
mkdir
-p
~/.vim/bundle/
V
undle
.vim
/
fi
fi
if
[
!
-d
~/.vim/bundle/
v
undle/.git
]
&&
[
!
-f
~/.vim/bundle/
v
undle/.git
]
if
[
!
-d
~/.vim/bundle/
V
undle
.vim
/.git
]
&&
[
!
-f
~/.vim/bundle/
V
undle
.vim
/.git
]
then
then
git clone
http
://github.com/
gmarik/v
undle.git ~/.vim/bundle/
v
undle
git clone
git
://github.com/
VundleVim/V
undle.
vim.
git ~/.vim/bundle/
V
undle
.vim
echo
"
\n\t
Read about vim configuration for vundle at https://github.com/
gmarik/v
undle
\n
"
echo
"
\n\t
Read about vim configuration for vundle at https://github.com/
VundleVim/V
undle
.vim
\n
"
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment