Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: _perl_modules assumes it's called by perl



On Mon, Mar 29, 2021 at 8:07 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
\> +  if [[ $service == (perl|perldoc) ]]; then
> +    perl=${${(Q)words[1]}%doc}

This still needs to be checked with "whence perl" to make [[ -n $perl
]] have the (intended but messed up) previous semantics.

I otherwise agree with the intent of the patch.




Messages sorted by: Reverse Date, Date, Thread, Author