Tags: vimscript/vim-dispatch
Tags
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.
dispatch.vim 1.3
* Support :Dispatch/:Start -dir= to run in the given directory.
* Support :Dispatch -compiler= to force compiler plugin.
* Expand `=vimexpr` in b:dispatch, with v:lnum set to :Dispatch's count.
* Show exact command that will run on :{count}FocusDispatch.
* Use g:completion_filter on completion results if available.
* Match programs with dots in the name, e.g. "py.test".
* Avoid error on old Vim without haslocaldir().
* Fix pid functions for cygwin shells.
* Strip out ^[[2K and ^[[0G in tmux output.
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.