The variable "result" is a local variable, so it is not visible from
the global context where the command bound by "bind -x" is executed.
In the first place, the argument is not used by
"__zoxide_z_complete_helper". This patch removes the reference to the
variable "${result}".
|
||
|---|---|---|
| .. | ||
| bash.txt | ||
| elvish.txt | ||
| fish.txt | ||
| nushell.txt | ||
| posix.txt | ||
| powershell.txt | ||
| tcsh.txt | ||
| xonsh.txt | ||
| zsh.txt | ||