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

Neovim async job control #187

Closed
zegervdv opened this issue Jul 9, 2016 · 2 comments
Closed

Neovim async job control #187

zegervdv opened this issue Jul 9, 2016 · 2 comments

Comments

@zegervdv
Copy link

zegervdv commented Jul 9, 2016

Is there any work being done to make Ack work asynchronously using the job control features in neovim? I know there is dispatch support (#19), but we could use the native functionality of neovim.

I've been trying this out and can send a provisional pull request. Only the basic Ack works for now, and things can most likely be improved.

@ches
Copy link
Collaborator

ches commented Jul 9, 2016

This isn't something I've done any work on, if it can be implemented in a way that has mostly consistent behavior between synchronous/asynchronous and for non-Neovim users, I'd be happy to consider it.

The existing Dispatch support for instance does have some caveats, see the links on #167 for example. I think a more seamless experience should be possible with Neovim.

A few people did some work on rking#85 that you might be able to reference, and vim-grepper also has some async support.

@ches
Copy link
Collaborator

ches commented Nov 5, 2017

Also relates to #209.

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

No branches or pull requests

2 participants