diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-11-06 11:58:40 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-11-06 11:58:40 +0200 |
| commit | d1519066b435b69ec685930234eeb97e32483295 (patch) | |
| tree | ae155924c798ba7ea148bb8c88e92386a9a99df2 /bundle/Vundle.vim/test | |
| parent | 7b0849783fc6a0864d1c5d69d95ec93a605ed7a5 (diff) | |
Chore: Update Vundle
Should later move vundle to be installed via submodule or subtree
Diffstat (limited to 'bundle/Vundle.vim/test')
| -rw-r--r-- | bundle/Vundle.vim/test/minirc.vim | 2 |
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 |
