summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-11-16 12:46:46 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-16 12:46:46 +0100
commit1b23fbcaea1d83a7af4c02366110f1a9b01e66e0 (patch)
tree8be8192f0cbd9b5d9e5262a068aaa9f9866e1b89
parent4e659c0ddf8f404ae9acc46dd8b55da9edc9d359 (diff)
vim: add Vundle to the submodules
-rw-r--r--.gitmodules3
m---------vim/bundle/Vundle.vim0
m---------vim/bundle/vundle0
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d552ac4..33612b4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
+[submodule "vim/bundle/Vundle.vim"]
+ path = vim/bundle/Vundle.vim
+ url = https://github.com/gmarik/Vundle.vim
diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim
-Subproject 0b28e334e65b6628b0a61c412fcb45204a2f2ba
+Subproject 5f70ae6025e951f0154e3940d123138adffa4c8
diff --git a/vim/bundle/vundle b/vim/bundle/vundle
deleted file mode 160000
-Subproject a864467285fc419c5f652c740137fbfb8ffeaa3