Skip to content

Commit

Permalink
[vim] Update Vundle related URLs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wingy3181 committed Aug 7, 2016
1 parent eb9a3c6 commit ae3a6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/os/install/vim_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
2 changes: 1 addition & 1 deletion src/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ae3a6f1

Please sign in to comment.