Open NLKNguyen opened 7 years ago
Hi,
Currently when :AsyncRun command, it will show
:AsyncRun command
[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?
[command]
[Finished in #seconds]
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.
Hi,
Currently when
:AsyncRun command
, it will showBecause 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