From fc8d1e68cd58fb3ffdd56109bf855cda92b10b70 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 1 Apr 2016 18:29:04 -0400 Subject: [PATCH] dispatch.vim 1.4 * Show success/failure (zero/nonzero) exit status on completion. * Always open quickfix on failure exit status. * Pause after :Start failure exit status. * Support :Start -wait= for exit pause control. * Add make support to X11 handler. * Set window title in tmux panes. * Allow tmux completion to call other autocommands. * Fix X11 adapter in terminal with foreground :Make. * Support %< in makeprg string. * Don't try to use clientserver support on Neovim. * Strip `^O` from the output. * Fix focus after screen foreground :Dispatch. * Drop interrupt special casing. --- plugin/dispatch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dispatch.vim b/plugin/dispatch.vim index cde6c03..801699a 100644 --- a/plugin/dispatch.vim +++ b/plugin/dispatch.vim @@ -1,6 +1,6 @@ " Location: plugin/dispatch.vim " Maintainer: Tim Pope -" Version: 1.3 +" Version: 1.4 " GetLatestVimScripts: 4504 1 :AutoInstall: dispatch.vim if exists("g:loaded_dispatch") || v:version < 700 || &cp