Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async? #46

Open
ckangnz opened this issue Nov 28, 2020 · 0 comments
Open

Async? #46

ckangnz opened this issue Nov 28, 2020 · 0 comments

Comments

@ckangnz
Copy link
Contributor

ckangnz commented Nov 28, 2020

Hey,

I've been updating my vimrc so that most of my vim tasks can be async using skywind3000/asyncrun.vim.
With this, fugitive can Gpush, Gpull, Gfetch... all asynchronously by adding

command! -bang -nargs=* -complete=file Make AsyncRun -program=make @ <args>

in vimrc.

But I just found out that when I pull/push using merginal, it still performs tasks synchronously.

Is it possible to make these process async if asyncrun is installed?

Cheers,

Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant