aboutsummaryrefslogtreecommitdiff
path: root/.vim/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2015-10-15 09:50:47 +0200
committerMax Christian Pohle2015-10-15 09:50:47 +0200
commitb9469a391087870d700253cc0fc915b08cdb3820 (patch)
tree902967957125071ee1fcacce80a467b7f80275ca /.vim/.gitmodules
parent1239c1b8d6929d78cc29bce8bd8b3933a4aebb1b (diff)
parente4a3b3ce20fb6db3590b5065678e39817afe9083 (diff)
downloadvim-b9469a391087870d700253cc0fc915b08cdb3820.tar.bz2
vim-b9469a391087870d700253cc0fc915b08cdb3820.zip
Merge remote-tracking branch 'vim/master'
Diffstat (limited to '.vim/.gitmodules')
-rw-r--r--.vim/.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/.gitmodules b/.vim/.gitmodules
new file mode 100644
index 0000000..57ae747
--- /dev/null
+++ b/.vim/.gitmodules
@@ -0,0 +1,3 @@
1[submodule "plugins/Vundle.vim"]
2 path = plugins/Vundle.vim
3 url = https://github.com/VundleVim/Vundle.vim.git
..