File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ If the script doesn't work (maybe you are running Windows or MacOS) you can just
26
26
Features
27
27
--------
28
28
29
- * [ Vundle] ( http://github.com/gmarik /vundle ) : an awesome package manager.
29
+ * [ Vundle] ( http://github.com/VundleVim /vundle ) : an awesome package manager.
30
30
* [ NERDTree] ( https://github.com/scrooloose/nerdtree ) : fast filesystem browser, see everything!
31
31
* [ TagBar] ( https://github.com/majutsushi/tagbar ) : painless navigation of tags (functions, classes etc...).
32
32
* [ Fugitive] ( https://github.com/tpope/vim-fugitive ) : easily one of the best Git integrators for Vim.
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ UNDOES=$HOMEDIR/.vim_undoes
9
9
mkdir -pv $BUNDLE
10
10
mkdir -pv $UNDOES
11
11
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
13
13
vim +PluginInstall +qall
14
14
echo " Done! Please enjoy."
You can’t perform that action at this time.
0 commit comments