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

Re: PATCH: _next_label losing empty arguments



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