From: R. Steve McKown Date: Thu, 14 Jan 2016 19:19:46 +0000 (-0700) Subject: vim: add vim-unite-history X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=018f4e1b991e36ebb428327189d8758d51b34be2 vim: add vim-unite-history This adds Unite sources to search vim search history and vim command history: history/search history/command --- 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