vim-dispatch
vim-dispatch copied to clipboard
Sync since commit "Require :chistory for asynchronous dispatch"
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?
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.