asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

Option to turn off displaying the command that is executed

Open NLKNguyen opened this issue 7 years ago • 1 comments

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

NLKNguyen avatar Feb 24 '17 22:02 NLKNguyen

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.

skywind3000 avatar Feb 26 '17 11:02 skywind3000