8000 Support continuous tab completion by tompng · Pull Request #761 · ruby/reline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support continuous tab completion #761

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
Oct 13, 2024

Conversation

tompng
Copy link
Member
@tompng tompng commented Oct 11, 2024

Fixes #760
Continuous tab completion is possible in GNU Readline.
If dig_perfect_match_proc is set, continuous tab completion will be disabled.

dig_perfect_match_proc is used in IRB to show document when pressing TAB after perfect match completion.
In such case, setting dig_perfect_match_proc is a hook intended to disable continuous completion and do something else.

Continuous tab completion is possible in GNU Readline.
If dig_perfect_match_proc is set, continuous tab completion will be disabled.
@tompng tompng merged commit 469a528 into ruby:master Oct 13, 2024
40 checks passed
@tompng tompng deleted the continuous_tab_completion branch October 13, 2024 04:55
matzbot pushed a commit to ruby/ruby that referenced this pull request Oct 13, 2024
(ruby/reline#761)

Continuous tab completion is possible in GNU Readline.
If dig_perfect_match_proc is set, continuous tab completion will be disabled.

ruby/reline@469a52846b
@ima1zumi ima1zumi added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Completion State Bug not allowing for subsequent tab-completions
3 participants
0