Update repository references throughout documentation. Also, fixed an

incorrect URL and updated references to ':Bundle' commands to ':Plugin'
commands
This commit is contained in:
Nate Fischer
2015-09-28 15:48:59 -07:00
parent 05be0a50f4
commit 11fdc428fe
4 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on