From af1dd67949d14a41ee5f4de165650c48017fbd7b Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 17 Nov 2015 00:12:00 -0500 Subject: [PATCH] Add Vundle.vim as a git submodule --- .gitignore | 1 + .gitmodules | 3 +++ vim/bundle/Vundle.vim | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index b6633fc..55f5f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vim/.netrwhist vim/bundle/* +!vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d7a8ec7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim index 0ee36b2..5f70ae6 160000 --- a/vim/bundle/Vundle.vim +++ b/vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f +Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88