From e17c20292c3510bf5f25ead3073af31b6db91daa Mon Sep 17 00:00:00 2001 From: Enno Date: Tue, 19 Mar 2024 07:05:18 +0100 Subject: [PATCH] allow to make current file by :Make % These place holders such as `%:S` were previously not expanded --- doc/asyncdo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/asyncdo.txt b/doc/asyncdo.txt index 2767dcd..fe9278a 100644 --- a/doc/asyncdo.txt +++ b/doc/asyncdo.txt @@ -114,7 +114,7 @@ There is no collision between these two plugins, however for plugins using dispatch plugin for async work (like Fugitive) you can add this in your |vimrc| to use |:AsyncDo| instead: > - command! -bang -nargs=* -complete=file Make call asyncdo#run(0, &makeprg, ) + command! -bang -nargs=* -complete=file Make call asyncdo#run(0, &makeprg, expandcmd()) < *asyncdo-integrations-grep*