summaryrefslogtreecommitdiffstats
path: root/.vimrc
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 /.vimrc
parentcb7de45a13532c21ac85c0b394d52aac15c7b213 (diff)
Update Vundle to use the new repo
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 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'