xuhdev/SingleCompile

Feature Request - Asynchronous Compiling via Dispatch.vim

Opened this issue · 3 comments

Hey,

Is it possible to implement asynchronous compiling with Tim Pope's Dispatch.vim?

https://github.com/tpope/vim-dispatch

Thanks for the suggestion. It looks possible. But I won't have time to do this until mid-July. If you can make a pull request, you're welcome to do so. Otherwise I am afraid you need to wait for some time.

Unfortunately after I looked into dispatch, there is no API provided for plugin developers, e.g. I can't get the return value, output, etc.

I've seen this plugin which appears to be more developer centric:

https://github.com/MarcWeber/vim-addon-async

not sure if it's of any use.

On Tue, Nov 5, 2013 at 4:37 PM, Hong Xu notifications@github.com wrote:

Unfortunately after I looked into dispatch, there is no API provided for
plugin developers, e.g. I can't get the return value, output, etc.


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-27754797
.

Sincerely,

Thomas Cuthbert