asyncdo.vim icon indicating copy to clipboard operation
asyncdo.vim copied to clipboard

Dumb simple async task runner for Vim

Results 6 asyncdo.vim issues
Sort by recently updated
recently updated
newest added

Commit b62de9d introduced the nice feature of having % and # automatically expanded. Unfortunately, it makes it impossible to e.g. `:Grep asyncdo#run` (grep for "asyncdo#run" using the `:Grep` command suggested...

I have your `:Grep` command example in my `.init.vim`. As the title says, it works great when I open nvim but it just stops getting results after a while. I...

see :help filename-modifiers

These place holders such as `%:S` were previously not expanded. Regarding `:Grep`, the same change could be applied.

This line https://github.com/hauleth/asyncdo.vim/blob/f27798c065e2a6297731644e2cc08c448de2d743/doc/asyncdo.txt#L111 in the documentation seems no longer valid since [v3.4](https://github.com/tpope/vim-fugitive/releases/tag/v3.4)

Just wondering how this very useful plug-in (thank you very much) achieves in so few lines of code what [dispatch could not](https://github.com/tpope/vim-dispatch/issues/31)?