Skip to content
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

_comp_delimited loses completion on ambiguous choices #552

Closed
3 tasks
scop opened this issue Jul 5, 2021 · 0 comments · Fixed by #913
Closed
3 tasks

_comp_delimited loses completion on ambiguous choices #552

scop opened this issue Jul 5, 2021 · 0 comments · Fixed by #913

Comments

@scop
Copy link
Owner

scop commented Jul 5, 2021

Describe the bug

To reproduce

Make sure show-all-if-ambigous is off for readline. Seems this doesn't happen with it on.

#532 (comment)

Expected behavior

Versions (please complete the following information)

  • Operating system name/distribution and version: Ubuntu 20.04
  • bash version, echo "$BASH_VERSION": 5.0.17(1)-release
  • bash-completion version, (IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}"): current master

Additional context

Debug trace

Rogach added a commit to Rogach/bash-completion that referenced this issue Mar 30, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Mar 30, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Mar 30, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Mar 30, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Mar 30, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Apr 3, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Apr 3, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
Rogach added a commit to Rogach/bash-completion that referenced this issue Apr 3, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
akinomyoga pushed a commit to akinomyoga/bash-completion that referenced this issue Apr 8, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
scop pushed a commit to Rogach/bash-completion that referenced this issue Apr 21, 2023
Fixes scop#552.

Previously prefix was only prepended if COMPREPLY only contained one
argument - this commit fixes it so prefix is prepended to all arguments.
@scop scop closed this as completed in #913 Apr 22, 2023
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 a pull request may close this issue.

1 participant