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
Description
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
Labels
No labels