diff options
author | Max Christian Pohle | 2016-05-10 11:22:08 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-05-10 11:22:08 +0200 |
commit | 4336590d17053f35a1ec74ea8ca555d9f2ed9eee (patch) | |
tree | db3be80e7a27fd48d6301108d3b9d743d1bd0635 | |
parent | c2a13ef3f498d90fb9f46b830e14c31156635676 (diff) | |
download | vim-karlmarks-4336590d17053f35a1ec74ea8ca555d9f2ed9eee.tar.bz2 vim-karlmarks-4336590d17053f35a1ec74ea8ca555d9f2ed9eee.zip |
readded git submodule
it creates bundle/Vundle.vim
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/Vundle.vim | 0 |
2 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 | ||
diff --git a/bundle/Vundle.vim b/bundle/Vundle.vim new file mode 160000 | |||
Subproject 4984767509e3d05ca051e253c8a8b37de784be4 | |||