Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Let _approximate work w/ possible compadd function
On Sat, May 27, 2023 at 6:13 AM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> + if [[ -v functions[_approximate_compadd] ]]; then
> + $functions[_approximate_compadd] "$_correct_expl[@]" "$@"
What is this intended to do? $functions[_approximate_compadd] is the
body of the function, how can that be inlined here?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author