Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.
This repository was archived by the owner on May 12, 2025. It is now read-only.

_get_comp_words_by_ref not found #3

Closed
@srsudar

Description

@srsudar

This emerged from a discussion on a PR at the bash-completion repo.

When I start up bash and source the completions file I get an error when trying to tab complete. I type tmux at and hit <tab>, expecting for it to show me the options starting with attach. Instead I get the error: bash: _get_comp_words_by_ref: command not found added to my command line.

I use zsh these days over bash, so it is possible something has gone wonky with my bash setup. I can tab-complete other things.

The full terminal session is below.

bash-4.2$ ls
README.md       completions
bash-4.2$ source completions/tmux
bash-4.2$ tmux atbash: _get_comp_words_by_ref: command not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions