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.