Open ericsunplus opened 7 years ago
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs? User can use some explicit command to clear it when he really want to do that.
AsyncRun allows users to save the content when autocmd AsyncRunStop is triggered.
AsyncRunStop
You can listen to this event and write the content to a file.
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs? User can use some explicit command to clear it when he really want to do that.