From ae3a6f134cc49a5247ee1cae913aa6092a534190 Mon Sep 17 00:00:00 2001 From: Cheong Yip Date: Sun, 7 Aug 2016 22:26:37 +1000 Subject: [PATCH] [vim] Update `Vundle` related URLs The `Vundle` project was moved into its own GitHub organization. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: https://github.com/VundleVim/Vundle.vim See also: * VundleVim/Vundle.vim#383 * VundleVim/Vundle.vim#608 --- src/os/install/vim_plugins.sh | 2 +- src/vim/vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/install/vim_plugins.sh b/src/os/install/vim_plugins.sh index b9b6d38bb..64d1947a0 100755 --- a/src/os/install/vim_plugins.sh +++ b/src/os/install/vim_plugins.sh @@ -8,7 +8,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \ main() { 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 a173c86a4..94bf8d2d7 100644 --- a/src/vim/vimrc +++ b/src/vim/vimrc @@ -135,7 +135,7 @@ set runtimepath+=~/.vim/plugins/Vundle.vim call vundle#begin("~/.vim/plugins") " Let Vundle manage Vundle (this is important!) - Plugin 'gmarik/Vundle.vim' + Plugin 'VundleVim/Vundle.vim' Plugin 'altercation/vim-colors-solarized' Plugin 'ap/vim-css-color'