Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _next_label losing empty arguments
- X-seq: zsh-workers 11518
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: _next_label losing empty arguments
- Date: Mon, 22 May 2000 11:33:05 -0700
- In-reply-to: <39297892.9878595A@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <39297892.9878595A@xxxxxxxxxxxxx>
On May 22, 7:12pm, Oliver Kiddle wrote:
> Subject: PATCH: _next_label losing empty arguments
>
> > set -A a - 1 2 3
> > echo $#a
> 4
> > echo $a[1]
>
> Surely, a[1] should not be empty: it should either be '-' or ...
It *is* '-'.
What do you get from `echo -` ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author