From 3285a7524e74aae4557787d8938609c79a46a8dc Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 18 Sep 2017 21:46:20 -0400 Subject: [PATCH] fixed submodules? --- .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 9eb7fea..b55fee2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git +[submodule ".vim/bundle/.vim/bundle/Vundle.vim"] + path = .vim/bundle/.vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim new file mode 160000 index 0000000..6437ad6 --- /dev/null +++ b/.vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 6437ad6df4a3e6a87c5fb8bd2b8aadb277ec9c87