Compare commits

..

1 Commits

Author SHA1 Message Date
3ca4fe0c65 v3.7.4
=====================================================================

--- Bug Fixes ----------------------------

- fixed typo in Vundle.vim clone
2023-11-11 15:27:34 -07:00

View File

@ -10,8 +10,9 @@ CHECK_ENVIRONMENT
PLUGIN_INSTALL() { PLUGIN_INSTALL() {
[ -d "$HOME/.vim/bundle/Vundle.vim" ] || { [ -d "$HOME/.vim/bundle/Vundle.vim" ] || {
mkdir -p "$HOME/.vim/bundle/" 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__PLUGIN_INSTALL || return 1
VUNDLE__REBUILD_PLUGINS || return 2 VUNDLE__REBUILD_PLUGINS || return 2
} }