From fee0192087f067a926f72361b1ffe060dc864f1d Mon Sep 17 00:00:00 2001 From: klmp200 Date: Mon, 18 Jul 2016 01:54:30 +0200 Subject: [PATCH] Changed vundle repo --- install.pl | 2 +- vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.pl b/install.pl index 5445bbf..dfb568c 100755 --- a/install.pl +++ b/install.pl @@ -16,4 +16,4 @@ select STDIN; close $vimrc; -`git clone https://github.com/gmarik/vundle.git $ENV{'HOME'}/.vim/bundle/vundle` +`git clone https://github.com/VundleVim/Vundle.vim $ENV{'HOME'}/.vim/bundle/Vundle.vim` diff --git a/vimrc b/vimrc index 29c97e3..b30adf1 100644 --- a/vimrc +++ b/vimrc @@ -12,7 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim cal vundle#begin() " On indique à Vundle de s'auto-gérer -Plugin 'gmarik/Vundle.vim' +Plugin 'VundleVim/Vundle.vim' " Indique ce que doit gérer Vundle