skywind3000/asynctasks.vim

multi runner support?

Closed this issue · 2 comments

I want to get a runner for each buffer. For example, I want to run a tail /bin/log.txt | grep FILENAME command for each tab's file, and I want when I change to each tab, I want see the grep results for that buffer. Can this be realized by now?
I know that there is a reuse option, but when I call asynctaskrun file-grep on another tab, it reports background is still running.

image

Just use pos=botttom solved this.

I prefer pos=TAB