summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-11-16 12:49:14 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-16 12:49:14 +0100
commit36cbbae39e14a96f0eb2faa7d644125f229ba978 (patch)
treea8361f7d23cbca3d2662e56d9abcb857a5ce77ef
parent909944ac6ff31eafb9cb9bf258fccfc3b4b365f3 (diff)
vim: add tagbar to submodules
-rw-r--r--.gitmodules3
m---------vim/bundle/tagbar0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7a562f7..91515ed 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
+[submodule "vim/bundle/tagbar"]
+ path = vim/bundle/tagbar
+ url = https://github.com/majutsushi/tagbar.git
diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar
-Subproject eb392a4502a035a2e7f53eb004fe58ef212a286
+Subproject 7b36c46d17d57db34fdb0adac9ba6382d0bb5e6