Skip to content

Commit

Permalink
moving vundle to avoid conflict with BundleClean
Browse files Browse the repository at this point in the history
  • Loading branch information
locojay committed Jan 16, 2012
1 parent 165ac28 commit a840e20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "bundle/vundle"]
path = bundle/vundle
url = https://github.com/gmarik/vundle.git
[submodule "vundle"]
path = vundle
url = http://github.com/gmarik/vundle.git
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Vundle plugin
"-------------------------------------------------------------
set nocompatible " be iMproved
set rtp+=~/.vim/bundle/vundle/
set rtp+=~/.vim/vundle/
call vundle#rc()"

Bundle 'tpope/vim-fugitive'
Expand Down Expand Up @@ -57,7 +57,7 @@ Bundle 'nanotech/jellybeans.vim.git'
"Bundle 'vim-scripts/xoria256.vim.git'
"Bundle 'altercation/vim-colors-solarized.git'
if has('ruby')
Bundle 'vim-scripts/LustyJuggler.git'
Bundle 'sjbach/lusty.git'
Bundle 'Townk/vim-autoclose.git'
endif
if has('python')
Expand Down

0 comments on commit a840e20

Please sign in to comment.