-
Notifications
You must be signed in to change notification settings - Fork 391
fix(_comp_command_offset): Add support for complete -C #793
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
Conversation
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.
LGTM except for the following minor points.
Also, I think we can add test cases for the line continuation by the trailing \
.
8bdb305
to
d5c5a6a
Compare
I wasn't able to figure out a way to test for completion after the newline is inserted. That being said, it does seem to function as expected, and I expect that it doesn't actually come up that often in practice. |
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.
Thank you for updating! These are the remaining points:
d5c5a6a
to
5c505b2
Compare
Requested changes applied! Let me know if there's anything else I should change. |
fd2e694
to
e87a356
Compare
Thank you! Now I think everything is OK. Let's wait for @scop's check and decision! |
e87a356
to
b44e661
Compare
I went ahead and rebased onto master to pick up the changes in #794. |
b44e661
to
2677dc3
Compare
2677dc3
to
3a615b0
Compare
Just checking in case this fell through the cracks. |
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.
Sorry for sitting on this for so long. Added a few comments + looks like we need another rebase.
I'll take a look this weekend. |
e328a12
to
25e745e
Compare
Rebased again and addressed comments. We should be good to go now. |
@scop Just checking in on this. |
25e745e
to
cc2f4e7
Compare
rebased. |
@scop Pinging on this. |
cc2f4e7
to
4cb256c
Compare
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.
rebased & applied change ret => REPLY
(#987)
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.
LGTM. Thanks for your patience, this took way too long, my bad.
Fixes #631.