You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Vim 7.4 inside Tmux 2.7 Dispatch only runs sync since commit da5562f ("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?
The text was updated successfully, but these errors were encountered:
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.
Using Vim 7.4 inside Tmux 2.7 Dispatch only runs sync since commit da5562f ("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?The text was updated successfully, but these errors were encountered: