skywind3000/asyncrun.vim

no way to stop the job when running with -pos=hide

Opened this issue · 0 comments

I'm trying to run something in the background like this:

-mode=term -pos=hide TASK >> running.log

so I only need to monitor the log file for the progress, this way I don't need a terminal.

but then how do I terminate the task with asyncrun?