Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: named directory bug
- X-seq: zsh-workers 16974
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: named directory bug
- Date: Sat, 13 Apr 2002 14:31:54 -0400
- Cc: Vincent Lefevre <vincent@xxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <1011102103403.ZM3964@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <14435.1004696502@xxxxxxx> <1011102103403.ZM3964@xxxxxxxxxxxxxxxxxxxxxxx>
> Except of course that the command in question is supposed to go into
> _main_complete, which needs RCEXPANDPARAM.
>
> Use
>
> eval "local +h nameddirs; nameddirs=(${(@kvq)^^nameddirs})"
>
> to disable RCEXPANDPARAM for that expansion only.
Should this go into the canonical _main_complete?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author