Browse Source

Change vundle plugin name

Signed-off-by: Ein Verne <[email protected]>
pull/4/head
Ein Verne 8 years ago
parent
commit
4d7ad8ff1c
  1. 2
      .vim/bundle/Vundle.vim
  2. 2
      .vim/startup/vundle_vimrc
  3. 2
      vundle_vimrc

2
.vim/bundle/Vundle.vim

@ -1 +1 @@
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
Subproject commit 6497e37694cd2134ccc3e2526818447ee8f20f92

2
.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.

2
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.

Loading…
Cancel
Save