Skip to content

Commit

Permalink
dispatch.vim 1.4
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tpope committed Apr 1, 2016
1 parent eb3e564 commit fc8d1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dispatch.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" Location: plugin/dispatch.vim
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.3
" Version: 1.4
" GetLatestVimScripts: 4504 1 :AutoInstall: dispatch.vim

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

0 comments on commit fc8d1e6

Please sign in to comment.