Skip to content

Commit

Permalink
update Vundle repository changes 'gmarik/vundle' to 'VundleVim/Vundle…
Browse files Browse the repository at this point in the history
….vim'
  • Loading branch information
kubum committed Sep 27, 2015
1 parent c60d443 commit d24ab42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ exec /Applications/MacVim.app/Contents/MacOS/Vim "$@"
desc 'Install Vundle'
task :vundle do
step 'vundle'
install_github_bundle 'gmarik','vundle'
install_github_bundle 'VundleVim','Vundle.vim'
sh '~/bin/vim -c "PluginInstall!" -c "q" -c "q"'
end
end
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ syntax enable
" configure Vundle
filetype on " without this vim emits a zero exit status, later, because of :ft off
filetype off
set rtp+=~/.vim/bundle/vundle/
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

" install Vundle bundles
Expand Down
2 changes: 1 addition & 1 deletion vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Do NOT add bundles to this list, as they might get removed when you upgrade
" Maximum Awesome.
" Please create ~/.vimrc.bundles.local and add any extra bundles you want there
Plugin 'gmarik/vundle.vim'
Plugin 'VundleVim/Vundle.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'austintaylor/vim-indentobject'
Expand Down

0 comments on commit d24ab42

Please sign in to comment.