summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-08-18 23:22:07 +0200
committerAhmed Abdelhalim <[email protected]>2015-08-18 23:22:07 +0200
commit9ae41c825a0390257553eac4eb2575bda9f5e0e6 (patch)
tree61b5401e46dfd624e81bec833facac0f525d408b
parentcb7de45a13532c21ac85c0b394d52aac15c7b213 (diff)
Update Vundle to use the new repo
-rw-r--r--.vimrc2
-rw-r--r--bundle/Vundle.vim/README.md38
2 files changed, 20 insertions, 20 deletions
diff --git a/.vimrc b/.vimrc
index d94595b..31a2845 100644
--- a/.vimrc
+++ b/.vimrc
@@ -4,7 +4,7 @@ filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
-Plugin 'gmarik/Vundle.vim'
+Plugin 'VundleVim/Vundle.vim'
Plugin 'kien/ctrlp.vim'
Plugin 'editorconfig/editorconfig-vim'
diff --git a/bundle/Vundle.vim/README.md b/bundle/Vundle.vim/README.md
index 337e0b5..defb752 100644
--- a/bundle/Vundle.vim/README.md
+++ b/bundle/Vundle.vim/README.md
@@ -1,4 +1,4 @@
-## [Help Maintain Vundle](https://github.com/gmarik/Vundle.vim/issues/383)
+## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383)
## About
@@ -20,7 +20,7 @@
[Vundle] is undergoing an [interface change], please stay up to date to get latest changes.
-[![Gitter-chat](https://badges.gitter.im/gmarik/Vundle.vim.svg)](https://gitter.im/gmarik/Vundle.vim) for discussion and support.
+[![Gitter-chat](https://badges.gitter.im/VundleVim/Vundle.vim.svg)](https://gitter.im/VundleVim/Vundle.vim) for discussion and support.
![Vundle-installer](http://i.imgur.com/Rueh7Cc.png)
@@ -38,7 +38,7 @@
2. Set up [Vundle]:
- `$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
+ `$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
3. Configure Plugins:
@@ -55,7 +55,7 @@
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
- Plugin 'gmarik/Vundle.vim'
+ Plugin 'VundleVim/Vundle.vim'
" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
@@ -97,19 +97,19 @@
## Docs
-See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
+See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
## Changelog
-See the [changelog](https://github.com/gmarik/Vundle.vim/blob/master/changelog.md).
+See the [changelog](https://github.com/VundleVim/Vundle.vim/blob/master/changelog.md).
## People Using Vundle
-see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
+see [Examples](https://github.com/VundleVim/Vundle.vim/wiki/Examples)
## Contributors
-see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributors)
+see [Vundle contributors](https://github.com/VundleVim/Vundle.vim/graphs/contributors)
*Thank you!*
@@ -139,10 +139,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
* search by description as well
* make it rock!
-[Vundle]:http://github.com/gmarik/Vundle.vim
-[Windows setup]:https://github.com/gmarik/Vundle.vim/wiki/Vundle-for-Windows
-[FAQ]:https://github.com/gmarik/Vundle.vim/wiki
-[Tips]:https://github.com/gmarik/Vundle.vim/wiki/Tips-and-Tricks
+[Vundle]:http://github.com/VundleVim/Vundle.vim
+[Windows setup]:https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows
+[FAQ]:https://github.com/VundleVim/Vundle.vim/wiki
+[Tips]:https://github.com/VundleVim/Vundle.vim/wiki/Tips-and-Tricks
[Vim]:http://www.vim.org
[Git]:http://git-scm.com
[`git clone`]:http://gitref.org/creating/#clone
@@ -151,10 +151,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
-[configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
-[install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
-[update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
-[search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
-[clean]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
-[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
-[interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
+[configure]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
+[install]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
+[update]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
+[search]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
+[clean]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
+[interactive mode]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
+[interface change]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396