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

Re: zsh3.0.0 bug: $=a split



>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