vim-dispatch icon indicating copy to clipboard operation
vim-dispatch copied to clipboard

Sync since commit "Require :chistory for asynchronous dispatch"

Open jremus opened this issue 7 years ago • 1 comments

Using Vim 7.4 inside Tmux 2.7 Dispatch only runs sync since commit da5562f12795c9a8eaf346573af2876300048ca4 ("Require :chistory for asynchronous dispatch"). v1.6 is the last good version. I can see there are messages in the code indicating that async is only supported with Vim 8. But I do not notice those when executing e.g. :Make (I am a Vim newbie). Will Dispatch require Vim 8 in the next release?

jremus avatar Nov 21 '18 12:11 jremus

Yes, the plan is Vim 8 only, because it greatly opens up possibilities such as live updating the quickfix list. There should be no difference between :Dispatch and :Make.

tpope avatar Nov 22 '18 18:11 tpope