Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NLKNguyen opened this issue Feb 24, 2017 · 1 comment
Open

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

NLKNguyen opened this issue Feb 24, 2017 · 1 comment

Comments

@NLKNguyen
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants