From 990d542c2d1da39d879a19dc07587240f8ea322e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 14 Jul 2014 18:55:11 -0400 Subject: [PATCH] dispatch.vim 1.2 * Make :Start idempotent, finding existing process if running. * Provide :Spawn with :Start's old, non-idempotent behavior. * Show PID of created process. * Enable compiler plugins to provide custom completion. * Allow :0Dispatch to bypass focus. * Strip out ^[[K and progress bars in tmux output. * Don't tmux pipe-pane if error format targets \r or \e. * Use wmctrl if available to enable X11 :Start!. * Use :cwindow semantics when opening/closing quickfix window. * Remove catch-all ignores from error formats. * Show shell command not Vim command in "Finished" message. * Add QuickFixCmdPre cgetfile event. * Add QuickFix dispatch-make events. * Don't fire modelines for QuickFix events. * Fix shell escaping of exported bash functions. * Fix output of :Focus when focused on Vim command. --- plugin/dispatch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dispatch.vim b/plugin/dispatch.vim index 3454293..0b7617f 100644 --- a/plugin/dispatch.vim +++ b/plugin/dispatch.vim @@ -1,6 +1,6 @@ " Location: plugin/dispatch.vim " Maintainer: Tim Pope -" Version: 1.1 +" Version: 1.2 if exists("g:loaded_dispatch") || v:version < 700 || &cp finish