v3.7.4
===================================================================== --- Bug Fixes ---------------------------- - fixed typo in Vundle.vim clone
This commit is contained in:
parent
e6dfff255c
commit
3ca4fe0c65
@ -10,8 +10,9 @@ CHECK_ENVIRONMENT
|
||||
PLUGIN_INSTALL() {
|
||||
[ -d "$HOME/.vim/bundle/Vundle.vim" ] || {
|
||||
mkdir -p "$HOME/.vim/bundle/"
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/vim/budle/Vundle.vim"
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/Vundle.vim"
|
||||
}
|
||||
|
||||
VUNDLE__PLUGIN_INSTALL || return 1
|
||||
VUNDLE__REBUILD_PLUGINS || return 2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user