aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2015-10-15 10:28:08 +0200
committerMax Christian Pohle2015-10-15 10:28:08 +0200
commitec2d9ddf48e56137a0c425c179cc9cb18fb5648a (patch)
treec926a7c7be94cbbba41902011761bccbe6aef2af /.gitmodules
parenta179a07b798b669086a852be67eb5cbff0b66b6c (diff)
downloadvim-ec2d9ddf48e56137a0c425c179cc9cb18fb5648a.tar.bz2
vim-ec2d9ddf48e56137a0c425c179cc9cb18fb5648a.zip
corrected submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a7dea0d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
1[submodule ".vim/plugins/Vundle.vim"]
2 path = .vim/plugins/Vundle.vim
3 url = https://github.com/VundleVim/Vundle.vim.git
..