Skip to content

ignore new bash-completion _comp_complete_minimal fallback - #982

Merged
HalFrgrd merged 1 commit into
HalFrgrd:masterfrom
elseawhy:fix-flycomp-fallback
Sep 1, 2026
Merged

ignore new bash-completion _comp_complete_minimal fallback#982
HalFrgrd merged 1 commit into
HalFrgrd:masterfrom
elseawhy:fix-flycomp-fallback

Conversation

@elseawhy

@elseawhy elseawhy commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

In the latest bash-completion version 2.18.0

Around line 3386 in bash completion:

    # Minimal completion to use as fallback in _comp_complete_load.
    # TODO:API: rename per conventions
    _comp_complete_minimal()
    {
        local cur prev words cword comp_args
        _comp_initialize -- "$@" || return
        compopt -o bashdefault -o default
    }

The fallback _minimal was changed to _comp_complete_minimal, this causes flycomp to not pop up. This pr should fix that.

Before:
2026-09-01_11-09-1788234721

After:
2026-09-01_11-09-1788234707

@HalFrgrd

HalFrgrd commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Thanks!

@HalFrgrd
HalFrgrd merged commit 9378344 into HalFrgrd:master Sep 1, 2026
6 of 7 checks passed
@elseawhy
elseawhy deleted the fix-flycomp-fallback branch September 1, 2026 07:54
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