Skip to content

Commit

Permalink
v3.7.4
Browse files Browse the repository at this point in the history
=====================================================================

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

- fixed typo in Vundle.vim clone
  • Loading branch information
wrynegade committed Nov 11, 2023
1 parent e6dfff2 commit 3ca4fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/system/vim/vundle/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3ca4fe0

Please sign in to comment.