Skip to content

Commit 3b2f304

Browse files
author
Brendan Mulholland
committed
Use the new vundle location
1 parent 17ced09 commit 3b2f304

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "vim/bundle/vundle"]
2-
path = vim/bundle/vundle
3-
url = https://github.com/gmarik/vundle.git

vim/bundle/vundle

Lines changed: 0 additions & 1 deletion
This file was deleted.

vim/vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
set nocompatible " be iMproved
33
filetype off " required!
44

5-
set rtp+=~/.vim/bundle/vundle/
5+
set rtp+=~/.vim/bundle/Vundle.vim
66
call vundle#rc()
77

88
" let Vundle manage Vundle
99
" required!
10-
Bundle 'gmarik/vundle'
10+
Bundle 'VundleVim/Vundle.vim'
1111

1212
" My bundles
1313
" LESS support

0 commit comments

Comments
 (0)