From 018f4e1b991e36ebb428327189d8758d51b34be2 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 14 Jan 2016 12:19:46 -0700 Subject: [PATCH] vim: add vim-unite-history This adds Unite sources to search vim search history and vim command history: history/search history/command --- .gitmodules | 4 ++++ vim/bundle/vim-unite-history | 1 + 2 files changed, 5 insertions(+) create mode 160000 vim/bundle/vim-unite-history diff --git a/.gitmodules b/.gitmodules index ed3a7cd..d7c679d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -170,3 +170,7 @@ path = vim/bundle/unite-xrefs url = repo.titaniummirror.com:smckown/unite-xrefs.git ignore = untracked +[submodule "vim/bundle/vim-unite-history"] + path = vim/bundle/vim-unite-history + url = https://github.com/thinca/vim-unite-history.git + ignore = untracked diff --git a/vim/bundle/vim-unite-history b/vim/bundle/vim-unite-history new file mode 160000 index 0000000..73c766a --- /dev/null +++ b/vim/bundle/vim-unite-history @@ -0,0 +1 @@ +Subproject commit 73c766a4dcaa52a1c0306aad81403dc4457c1776 -- 2.39.2