skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

is there a way to automatically save the output of each run? #254

Open pinggit opened 2 years ago

pinggit commented 2 years ago

each time I run Asyncrun, it wipes the previous outputs and displays the output of current run. sometime I need to check the output of previous run which I forgot to save (before most of the time I don't need them). is there a flag or an option to save the output of each run in somewhere just in case I need to check it later?