From a2e7f290cc0e897833c52b526e515d3839661579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Fri, 19 Dec 2014 17:50:16 +0100 Subject: [PATCH] Added vim-dispatch to submodules, fixed .gitignores --- .gitignore | 7 ++++--- .gitmodules | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fbc24677..ad5205d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ temp_dirs/undodir* bundle/ack.vim/.netrwhist temp_dirs/yankring_history_v2.txt -sources_forked/yankring/doc/tags -bundle/tlib/doc/tags -tags +sources_forked/**/doc/tags +bundle/**/doc/tags +bundle/smartgf/* +bundle/vim-dispatch/* diff --git a/.gitmodules b/.gitmodules index 67b40f0b..fbceda38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "bundle/smartgf"] path = bundle/smartgf url = git@github.com:gorkunov/smartgf.vim.git +[submodule "bundle/vim-dispatch"] + path = bundle/vim-dispatch + url = git://github.com/tpope/vim-dispatch.git