mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Execute ack using job control when available #247

Closed sj26 closed 4 years ago

sj26 commented 6 years ago

Uses job control to run ack in the background (😉) and stream results asynchronously.

I only just saw #239! I guess this is the same thing? Feel free to close if using that version.

https://asciinema.org/a/183283

sj26 commented 6 years ago

Hmm, I had loclist support working, but it seems to be breaking again. I guess it was not really originally designed to be started from nothing and asynchronously appended to!

sj26 commented 4 years ago

Cool, without any activity or interest I will close.