Skip to content

Commit 42ef692

Browse files
Updated Vundle location for script too.
1 parent 70ceeb3 commit 42ef692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If the script doesn't work (maybe you are running Windows or MacOS) you can just
2626
Features
2727
--------
2828

29-
* [Vundle](http://github.com/gmarik/vundle): an awesome package manager.
29+
* [Vundle](http://github.com/VundleVim/vundle): an awesome package manager.
3030
* [NERDTree](https://github.com/scrooloose/nerdtree): fast filesystem browser, see everything!
3131
* [TagBar](https://github.com/majutsushi/tagbar): painless navigation of tags (functions, classes etc...).
3232
* [Fugitive](https://github.com/tpope/vim-fugitive): easily one of the best Git integrators for Vim.

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ UNDOES=$HOMEDIR/.vim_undoes
99
mkdir -pv $BUNDLE
1010
mkdir -pv $UNDOES
1111
cp -fv $VIMRC $HOMEDIR/$VIMRC
12-
git clone https://github.com/gmarik/Vundle.vim.git $BUNDLE/Vundle.vim
12+
git clone https://github.com/VundleVim/Vundle.vim.git $BUNDLE/Vundle.vim
1313
vim +PluginInstall +qall
1414
echo "Done! Please enjoy."

0 commit comments

Comments
 (0)