From: R. Steve McKown Date: Mon, 5 Oct 2015 03:24:39 +0000 (-0600) Subject: vim: add vim plugin unite-xrefs X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=3bfd4f1d6a381bc02ac515c33759374c265677cb 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. --- 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