summaryrefslogtreecommitdiffstats
path: root/bundle/Vundle.vim/doc/vundle.txt
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/doc/vundle.txt
parent7b0849783fc6a0864d1c5d69d95ec93a605ed7a5 (diff)
Chore: Update Vundle
Should later move vundle to be installed via submodule or subtree
Diffstat (limited to 'bundle/Vundle.vim/doc/vundle.txt')
-rw-r--r--bundle/Vundle.vim/doc/vundle.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundle/Vundle.vim/doc/vundle.txt b/bundle/Vundle.vim/doc/vundle.txt
index 9a2670a..81a5f66 100644
--- a/bundle/Vundle.vim/doc/vundle.txt
+++ b/bundle/Vundle.vim/doc/vundle.txt
@@ -54,15 +54,15 @@ more information.
*vundle-windows*
If you are using Windows, see instructions on the Wiki
- https://github.com/gmarik/Vundle.vim/wiki/Vundle-for-Windows.
+ https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows.
*vundle-faq*
If you run into any issues, please consult the FAQ at
- https://github.com/gmarik/Vundle.vim/wiki
+ https://github.com/VundleVim/Vundle.vim/wiki
2. Setup 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 bundles:
@@ -79,7 +79,7 @@ more information.
"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.
@@ -208,7 +208,7 @@ GitHub
------
GitHub is used when a user/repo is passed to `Plugin`.
>
- Plugin 'gmarik/Vundle.vim' => https://github.com/gmarik/Vundle.vim
+ Plugin 'VundleVim/Vundle.vim' => https://github.com/VundleVim/Vundle.vim
Vim Scripts
-----------