From 944d0f367f8740f1ca1e43878dfd1a2e201c3582 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 17 Jan 2016 21:21:20 -0700 Subject: [PATCH] vim: add unite-qf plugin --- .gitmodules | 4 ++++ vim/bundle/unite-qf | 1 + 2 files changed, 5 insertions(+) create mode 160000 vim/bundle/unite-qf diff --git a/.gitmodules b/.gitmodules index cac5c62..f7a416b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -174,3 +174,7 @@ path = vim/bundle/vimproc.vim url = https://github.com/Shougo/vimproc.vim.git ignore = untracked +[submodule "vim/bundle/unite-qf"] + path = vim/bundle/unite-qf + url = https://github.com/sgur/unite-qf.git + ignore = untracked diff --git a/vim/bundle/unite-qf b/vim/bundle/unite-qf new file mode 160000 index 0000000..30c236a --- /dev/null +++ b/vim/bundle/unite-qf @@ -0,0 +1 @@ +Subproject commit 30c236a06ee58f21a43c11bb5720253d0689e295 -- 2.39.2