asyncrun.vim
asyncrun.vim copied to clipboard
Option to turn off displaying the command that is executed
Hi,
Currently when :AsyncRun command
, it will show
[command]
...output...
[Finished in # seconds]
Because my use case involves username and password in the command, obviously having them displayed in plain text isn't good.
Is there a way to turn off displaying [command]
and [Finished in #seconds]
in quickfix window to only show the output?
Thanks
Right now, you can just comment this line: https://github.com/skywind3000/asyncrun.vim/blob/master/plugin/asyncrun.vim#L644
I will think about a new option to disable showing command in the feature.