Skip to content

Commit 990d542

Browse files
committed
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.
1 parent 40854cc commit 990d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/dispatch.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Location: plugin/dispatch.vim
22
" Maintainer: Tim Pope <http://tpo.pe/>
3-
" Version: 1.1
3+
" Version: 1.2
44

55
if exists("g:loaded_dispatch") || v:version < 700 || &cp
66
finish

0 commit comments

Comments
 (0)