From c05ad0dcbe960ede5302b9e3bfb26a6679f49702 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 28 Mar 2018 15:47:22 -0400 Subject: [PATCH] fixed vim submodules --- .gitmodules | 5 ++--- git_config | 2 +- vim/.vim/bundle/Vundle.vim | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 vim/.vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules index c1416f0..689cc22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ -[submodule ".vim/bundle/Vundle.vim"] - path = .vim/bundle/Vundle.vim +[submodule "vim/.vim/bundle/Vundle.vim"] + path = vim/.vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git - branch = master diff --git a/git_config b/git_config index ab755c6..4801300 100644 --- a/git_config +++ b/git_config @@ -9,5 +9,5 @@ [branch "master"] remote = origin merge = refs/heads/master -[submodule ".vim/bundle/Vundle.vim"] +[submodule "vim/.vim/bundle/Vundle.vim"] url = https://github.com/VundleVim/Vundle.vim.git diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim new file mode 160000 index 0000000..9a38216 --- /dev/null +++ b/vim/.vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d