From 4336590d17053f35a1ec74ea8ca555d9f2ed9eee Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 10 May 2016 11:22:08 +0200 Subject: readded git submodule it creates bundle/Vundle.vim --- .gitmodules | 3 +++ bundle/Vundle.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules index 57ae747..cdf3d7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "plugins/Vundle.vim"] path = plugins/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git +[submodule "bundle/Vundle.vim"] + path = bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/bundle/Vundle.vim b/bundle/Vundle.vim new file mode 160000 index 0000000..4984767 --- /dev/null +++ b/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 4984767509e3d05ca051e253c8a8b37de784be45 -- cgit v1.2.3