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

Dose any option support output a normal buffer other than quickfix

Open lymslive opened this issue 5 years ago • 2 comments

Hello I want run an external command, and capture the output in a normal buffer, exisited or create a new one, for later view or save.

Does AsyncRun command already has such option?

lymslive avatar Jan 01 '20 00:01 lymslive

no plan for this

Try AsyncRun -raw xxx

skywind3000 avatar Jan 01 '20 03:01 skywind3000

latest version:

:AsyncRun -mode=term -pos=bottom echo 1234

skywind3000 avatar Jan 10 '20 11:01 skywind3000