skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

fix: Use shellcmd completion for AsyncRun #261

Closed wookayin closed 1 year ago

wookayin commented 1 year ago

The semantics of AsyncRun <cmd> is to run a shell cmd through the vim command line, so command completion should be shellcmd, not file.

skywind3000 commented 1 year ago

thanks

wookayin commented 1 year ago

Thank you for your fast action. Actually I found that we have a few more options for the command wiki manual: Command Specification, so I might add a more advanced custom completion in the future.

skywind3000 commented 1 year ago

that's really helpful. I am ignorant in completion things.