]> oss.titaniummirror.com Git - vim-mkbuild.git/log
vim-mkbuild.git
8 years agoChange unite source descriptions master
R. Steve McKown [Mon, 18 Jan 2016 21:12:10 +0000 (14:12 -0700)]
Change unite source descriptions

8 years agoImprove plugin; consolidate unite sources
R. Steve McKown [Mon, 18 Jan 2016 21:04:10 +0000 (14:04 -0700)]
Improve plugin; consolidate unite sources

8 years agoIgnore doc/tags file
R. Steve McKown [Mon, 18 Jan 2016 18:19:35 +0000 (11:19 -0700)]
Ignore doc/tags file

If this repository is checked out as a submodule under a .vim structure,
then vim will likely build a doc/tags file automatically that never
needs to be stored in this repository.

8 years agoInclude unite-xrefs source
R. Steve McKown [Mon, 18 Jan 2016 00:11:41 +0000 (17:11 -0700)]
Include unite-xrefs source

As of this commit, unite-xrefs functionality is now incorporated into
vim-mkbuild.

8 years agoSimplify unite integration
R. Steve McKown [Sun, 17 Jan 2016 23:52:27 +0000 (16:52 -0700)]
Simplify unite integration

Use a template found at https://github.com/Shougo/unite.vim/issues/695
to simplify the integration with unite.

8 years agoUnite! integration for file selection
R. Steve McKown [Sun, 17 Jan 2016 22:25:59 +0000 (15:25 -0700)]
Unite! integration for file selection

Provide the mkbfiles source for Unite!

8 years agoRemove mkbuild#selectXrefs
R. Steve McKown [Mon, 5 Oct 2015 03:04:17 +0000 (21:04 -0600)]
Remove mkbuild#selectXrefs

This function, which uses dmenu, has been deprecated in favor of the
unite-xrefs plugin.  The dmenu method is fine but won't work in every
tty session, for example over an ssh connection.

8 years agoAdd new function mkbuild#SelectXref()
R. Steve McKown [Tue, 21 Jul 2015 20:53:13 +0000 (14:53 -0600)]
Add new function mkbuild#SelectXref()

8 years agoInitial commit
R. Steve McKown [Fri, 19 Jun 2015 15:25:39 +0000 (09:25 -0600)]
Initial commit