Skip to content

Tags: tpope/vim-dispatch

Tags

v1.8

Toggle v1.8's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.8

* Support :vert Copen and other mods.
* Provide options for partially disabling strategies.
* Bug fixes.

v1.7

Toggle v1.7's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.7

* Support force killing a dispatch with :AbortDispatch!.
* Support Fish shell.
* Invoke ShellCmdPost and :checktime on completion.
* Bug fixes.

v1.6

Toggle v1.6's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.6

* Provide maps for :Make, :Dispatch, :Start, and :Spawn.
* Provide :AbortDispatch.
* Enable :Dispatch -- to run :Make directly.
* Support :{range}Spawn to interactively spawn default dispatch.
* Support %:S to shell escape filename.
* Use job support plus FIFO for callback when dispatch completes.
* Bug fixes and robustness improvements.

v1.5

Toggle v1.5's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.5

* Provide m maps for :Make.
* Show :Dispatch command in quickfix title.
* Include handler/pid in summary and quickfix title.
* Clear and claim quickfix list immediately after :Dispatch.
* Open quickfix window with dispatched working directory.
* Accept :FocusDispatch :.Dispatch to focus buffer default.
* Allow configuration of size of quickfix window (and tmux panel).
* Auto-write before :Start, :Spawn, and :Dispatch :vimcommand.
* Store global focused command in session.
* Support iTerm 3.
* Enable X11 terminal flags other than -e.
* Assorted bug fixes.

v1.4

Toggle v1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
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.

v1.3

Toggle v1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
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.

v1.2

Toggle v1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
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.

v1.1

Toggle v1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.1

v1.0

Toggle v1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
dispatch.vim 1.0