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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3