Skip to content

fix(man,info): remove ineffective "_expand" calls #672

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

Merged
merged 1 commit into from
Dec 25, 2021

Conversation

akinomyoga
Copy link
Collaborator

I've made the changes mentioned in #670.

The function "_expand" processes "cur" that begins with a tilde, which
is actually already processed by earlier codes in these completions.
Thus "_expand" will never see "cur" starting with a tilde there.

The earlier codes processing the tilde were introduced in commit
1b85a1b.  The calls of "_expand" was moved after the code in commit
add4e3c, for which we forgot the background unfortunately.  We here
just remove the calls of "_expand".
@scop scop merged commit 39baf0f into scop:master Dec 25, 2021
@scop
Copy link
Owner

scop commented Dec 25, 2021

Thanks!

@akinomyoga akinomyoga deleted the remove-ineffective-_expand branch December 26, 2021 06:15
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

Successfully merging this pull request may close these issues.

2 participants