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

How to wait for AsyncRun to finish while running inside VimLeave autocmd?

Open louwers opened this issue 6 years ago • 4 comments

AsyncRun's process is killed when Vim exits before it finishes.

Is it possible to have AsyncRun's process be independent of vim? Or at least have vim wait for it to finish when exiting?

louwers avatar Oct 17 '18 14:10 louwers

同问

hantaotaohan avatar Nov 19 '20 05:11 hantaotaohan

:AsyncRun -mode=hide   command

skywind3000 avatar Nov 19 '20 06:11 skywind3000

:AsyncRun -mode=hide   command

哇哦,多谢大大

hantaotaohan avatar Nov 19 '20 12:11 hantaotaohan

Awesome. But would be great if it where documented somewhere. Tried to understand what mode = hide actually does, but the code is not quite clear about this.

jerri avatar Nov 23 '21 16:11 jerri