-
Notifications
You must be signed in to change notification settings - Fork 2.3k
formatted composer completion and used helper function #1807
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
formatted composer completion and used helper function #1807
Conversation
|
It'd be great to get someone to manually test this ... also to tell me what composer is. |
|
4fb522d to
0ebc067
Compare
0ebc067 to
0d963b2
Compare
| local cur script coms opts com | ||
| COMPREPLY=() | ||
| _get_comp_words_by_ref -n : cur words | ||
| function _composer() { |
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.
@NoahGorny Could you change this to __composer_complete or __composer_completion?
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.
done
Cleanup composer completion as part of #1782