-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improving completion of subcommands #25
Conversation
The service variable gets used by, e.g., `git`. Not setting it will break those completions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @NightMachinary, seems legit,
service
was already mentioned in the OMZ issue I mentioned just below the line you injected it.
@NightMachinary Two questions in order to have it land:
:) |
@AdrieanKhisbe commented on Aug 23, 2020, 11:57 PM GMT+4:30:
I don't mind at all. Should I do sth for this to be possible? (Should I add you as a contributor to my fork?) I figured this out by examining the completion function
|
About the branch, normally no intervention need, (discovered it by myself few months ago by accident). Thanks for the details,I found the warning you just suggested in the zsh completion doc Will try to take care of it tomorrow or tuesday. |
@NightMachinary I think I as something see gh actions, Would you mind to have a look before I merge this? |
@AdrieanKhisbe commented on Aug 24, 2020, 4:16 PM GMT+4:30:
I took a look. Indeed, your tests were a good idea! I am using my own minimal clone of diractions, which has alternative design choices, so I did not catch that in my usage. |
@NightMachinary et voilà, it's merged. Thanks for your contribution 🙂 |
The service variable gets used by, e.g.,
git
. Not setting it will break those completions.