[vim] fix vundle installation

This commit is contained in:
Mathieu Maret 2015-06-05 16:40:47 +02:00 committed by Mathieu Maret
parent de6b71cdec
commit 198334b1ca
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -437,7 +437,7 @@ set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin() call vundle#begin()
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'gmarik/vundle' Plugin 'gmarik/Vundle.vim'
" plugin from github " plugin from github
Plugin 'airblade/vim-gitgutter' Plugin 'airblade/vim-gitgutter'