Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh3.0.0 bug: $=a split
- X-seq: zsh-workers 2018
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: huyle@xxxxxxxxxxxxxxxxxxxxxxxx (Huy Le)
- Subject: Re: zsh3.0.0 bug: $=a split
- Date: Sat, 17 Aug 1996 00:52:23 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- In-reply-to: <199608162344.QAA02058@xxxxxxxxxxxxxxxxxxxxx> from "Huy Le" at Aug 16, 96 04:44:23 pm
>Now, I need the parentheses or need to declare i as an array, but
>before i would automatically be set to an array:
That's mentioned about two pages down Etc/NEWS, but in the context of
globbing. Globbing in assignments can be turned on with GLOB_ASSIGN,
but there's no option to do field splitting to generate an array.
You'll just have to use parentheses, which works with older zsh
versions anyway.
Zoltan: should GLOB_ASSIGN be extended to generate arrays based on
field splitting too? Or do we now want to remove this option
entirely?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author