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*