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

Disable echoing #253

Open nikkegg opened 2 years ago

nikkegg commented 2 years ago

Hey! I am using your awesome plugin with vim-test and am wondering whether it is possible to prevent vim from echoing the output of the background job?

Screenshot 2022-08-17 at 14 34 24

I dont need the echoing, because I am using statusline to report the exit code of the background job. Using any of the silent flags does not help

Thank you!

skywind3000 commented 1 year ago

This message was not produced by asyncrun, maybe some other plugins did.