From 9ee62605bbb935b083a2caf25a3690c969fc020c Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 24 Sep 2015 23:33:26 -0600 Subject: [PATCH] vim: new plugin vim-dispatch --- .gitmodules | 4 ++++ vim/bundle/vim-dispatch | 1 + 2 files changed, 5 insertions(+) create mode 160000 vim/bundle/vim-dispatch diff --git a/.gitmodules b/.gitmodules index 826f0d2..95f17f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -154,3 +154,7 @@ path = vim/bundle/vim-mkbuild url = repo.titaniummirror.com:smckown/vim-mkbuild.git ignore = untracked +[submodule "vim/bundle/vim-dispatch"] + path = vim/bundle/vim-dispatch + url = https://github.com/tpope/vim-dispatch.git + ignore = untracked diff --git a/vim/bundle/vim-dispatch b/vim/bundle/vim-dispatch new file mode 160000 index 0000000..69fea41 --- /dev/null +++ b/vim/bundle/vim-dispatch @@ -0,0 +1 @@ +Subproject commit 69fea418692f76058d5cd95f0a17ed6b0f5bbb77 -- 2.39.2