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.86k stars 111 forks source link

Option to turn off displaying the command that is executed #39

Open NLKNguyen opened 7 years ago

NLKNguyen commented 7 years ago

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

skywind3000 commented 7 years ago

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.