Skip to content

Commit

Permalink
dispatch.vim 1.2
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tpope committed Jul 14, 2014
1 parent 40854cc commit 990d542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dispatch.vim
@@ -1,6 +1,6 @@
" Location: plugin/dispatch.vim
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.1
" Version: 1.2

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

0 comments on commit 990d542

Please sign in to comment.