From 934f707339cc0257252bb7daf3f01179b8cb255a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Tue, 19 Jul 2016 18:11:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Update=20Vundle=20repository=20U?= =?UTF-8?q?RLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Vundle project was moved into its own GitHub organization. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: https://github.com/VundleVim/Vundle.vim See also: * https://github.com/VundleVim/Vundle.vim/issues/383 * https://github.com/VundleVim/Vundle.vim/issues/608 --- src/os/install/vim.sh | 2 +- src/vim/vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/install/vim.sh b/src/os/install/vim.sh index 5c95dc83e..a48f88dd5 100755 --- a/src/os/install/vim.sh +++ b/src/os/install/vim.sh @@ -8,7 +8,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \ install_plugins() { declare -r VUNDLE_DIR="$HOME/.vim/plugins/Vundle.vim" - declare -r VUNDLE_GIT_REPO_URL="https://github.com/gmarik/Vundle.vim.git" + declare -r VUNDLE_GIT_REPO_URL="https://github.com/VundleVim/Vundle.vim.git" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/vim/vimrc b/src/vim/vimrc index a4e783d90..a52aa4e7c 100644 --- a/src/vim/vimrc +++ b/src/vim/vimrc @@ -143,7 +143,7 @@ set runtimepath+=~/.vim/plugins/Vundle.vim call vundle#begin("~/.vim/plugins") - Plugin 'gmarik/Vundle.vim' + Plugin 'VundleVim/Vundle.vim' Plugin 'altercation/vim-colors-solarized' Plugin 'ap/vim-css-color'