Skip to content

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

Merged
scop merged 1 commit into
scop:masterfrom
akinomyoga:remove-ineffective-_expand
Dec 25, 2021
Merged

fix(man,info): remove ineffective "_expand" calls#672
scop merged 1 commit into
scop:masterfrom
akinomyoga:remove-ineffective-_expand

Conversation

@akinomyoga

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

scop commented Dec 25, 2021

Copy link
Copy Markdown
Owner

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