From 886db33ee9b2a835e3a72476bcde219e42ade63b Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 10 Jul 2014 00:48:59 -0500 Subject: [PATCH] Vundle. --- .gitmodules | 3 +++ .vim/bundle/Vundle.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules index 50b6227..31f55ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/vundle"] path = .vim/bundle/vundle url = https://github.com/gmarik/vundle.git +[submodule ".vim/bundle/Vundle.vim"] + path = .vim/bundle/Vundle.vim + url = https://github.com/gmarik/Vundle.vim.git diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim new file mode 160000 index 0000000..8db3bcb --- /dev/null +++ b/.vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 8db3bcb5921103f0eb6de361c8b25cc03cb350b5