From 4d7ad8ff1caa20c3ed5a06a427bedf71f37882af Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Fri, 5 May 2017 14:08:58 +0800 Subject: [PATCH] Change vundle plugin name Signed-off-by: Ein Verne --- .vim/bundle/Vundle.vim | 2 +- .vim/startup/vundle_vimrc | 2 +- vundle_vimrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim index 0ee36b2..6497e37 160000 --- a/.vim/bundle/Vundle.vim +++ b/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f +Subproject commit 6497e37694cd2134ccc3e2526818447ee8f20f92 diff --git a/.vim/startup/vundle_vimrc b/.vim/startup/vundle_vimrc index a50eab1..96d4997 100644 --- a/.vim/startup/vundle_vimrc +++ b/.vim/startup/vundle_vimrc @@ -13,7 +13,7 @@ endif "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. diff --git a/vundle_vimrc b/vundle_vimrc index 39ac25b..d2c64e0 100644 --- a/vundle_vimrc +++ b/vundle_vimrc @@ -13,7 +13,7 @@ endif "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.