Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _perl_modules assumes it's called by perl
- X-seq: zsh-workers 48323
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: _perl_modules assumes it's called by perl
- Date: Mon, 29 Mar 2021 08:16:39 -0700
- Archived-at: <https://zsh.org/workers/48323>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/CAH%2Bw%3D7ap1534966%3DvrAW1hFmwY%3D4LWr6dXoM72oNFPzH0QeGPA%40mail.gmail.com>
- In-reply-to: <20210329150644.GA30806@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <20210329150644.GA30806@tarpaulin.shahaf.local2>
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