aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-10 11:22:08 +0200
committerMax Christian Pohle2016-05-10 11:22:08 +0200
commit4336590d17053f35a1ec74ea8ca555d9f2ed9eee (patch)
treedb3be80e7a27fd48d6301108d3b9d743d1bd0635 /.gitmodules
parentc2a13ef3f498d90fb9f46b830e14c31156635676 (diff)
downloadvim-4336590d17053f35a1ec74ea8ca555d9f2ed9eee.tar.bz2
vim-4336590d17053f35a1ec74ea8ca555d9f2ed9eee.zip
readded git submodule
it creates bundle/Vundle.vim
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 57ae747..cdf3d7a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
1[submodule "plugins/Vundle.vim"] 1[submodule "plugins/Vundle.vim"]
2 path = plugins/Vundle.vim 2 path = plugins/Vundle.vim
3 url = https://github.com/VundleVim/Vundle.vim.git 3 url = https://github.com/VundleVim/Vundle.vim.git
4[submodule "bundle/Vundle.vim"]
5 path = bundle/Vundle.vim
6 url = https://github.com/VundleVim/Vundle.vim.git
..