From 3bfd4f1d6a381bc02ac515c33759374c265677cb Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 4 Oct 2015 21:24:39 -0600 Subject: [PATCH] vim: add vim plugin unite-xrefs Replaces the xrefs selection feature formerly in mkbuild with one that doesn't rely on dmenu, which means it is more portable. --- .gitmodules | 4 ++++ vim/bundle/unite-xrefs | 1 + 2 files changed, 5 insertions(+) create mode 160000 vim/bundle/unite-xrefs diff --git a/.gitmodules b/.gitmodules index c13f0e9..ed3a7cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -166,3 +166,7 @@ path = vim/bundle/unite-outline url = https://github.com/Shougo/unite-outline.git ignore = untracked +[submodule "vim/bundle/unite-xrefs"] + path = vim/bundle/unite-xrefs + url = repo.titaniummirror.com:smckown/unite-xrefs.git + ignore = untracked diff --git a/vim/bundle/unite-xrefs b/vim/bundle/unite-xrefs new file mode 160000 index 0000000..91dfc7f --- /dev/null +++ b/vim/bundle/unite-xrefs @@ -0,0 +1 @@ +Subproject commit 91dfc7f75ab267021c461f19685f4398117019ac -- 2.39.2