summaryrefslogtreecommitdiffstats
path: root/bundle/Vundle.vim/test/minirc.vim
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-11-06 11:58:40 +0200
committerAhmed Abdelhalim <[email protected]>2015-11-06 11:58:40 +0200
commitd1519066b435b69ec685930234eeb97e32483295 (patch)
treeae155924c798ba7ea148bb8c88e92386a9a99df2 /bundle/Vundle.vim/test/minirc.vim
parent7b0849783fc6a0864d1c5d69d95ec93a605ed7a5 (diff)
Chore: Update Vundle
Should later move vundle to be installed via submodule or subtree
Diffstat (limited to 'bundle/Vundle.vim/test/minirc.vim')
-rw-r--r--bundle/Vundle.vim/test/minirc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/Vundle.vim/test/minirc.vim b/bundle/Vundle.vim/test/minirc.vim
index 7b48d13..f4ece70 100644
--- a/bundle/Vundle.vim/test/minirc.vim
+++ b/bundle/Vundle.vim/test/minirc.vim
@@ -3,7 +3,7 @@ syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
-Plugin 'gmarik/Vundle.vim'
+Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on