asyncrun.vim
asyncrun.vim copied to clipboard
How to wait for AsyncRun to finish while running inside VimLeave autocmd?
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?
同问
:AsyncRun -mode=hide command
:AsyncRun -mode=hide command
哇哦,多谢大大
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.