Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: x=(foo ; bar) array assignments with embedded semicolons
- X-seq: zsh-workers 37131
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: x=(foo ; bar) array assignments with embedded semicolons
- Date: Tue, 17 Nov 2015 15:55:10 -0800
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bVV0GoJVZwn1NcxNOZOlHk1GFVsQ4INHxbWVrC9+2lU=; b=kTg4GXrhpN7nlXyZGV9+er/VcLaNugpYiE4cDospf6VorNTNUSCosPULd09J+iu/IR hDYC4go1wNIZmz7zQiALA1cO5lbUvB712s6M/8skdFKogc1+aH6dh5vXoySHryTLUsdZ R0/hdCPjSAtLO7Lauc0xIMFWYcKg01A2Crq1VpWwCaeHb24aKRdqW6rR6kDrok7mNBSQ OblvOmlGOiVf0Hn5VJpt7pz/5h3mAt4+AakVviE8deRTQzUmvBpUqrFtGUCI1xGrmOmc fA3A0joe8H+u0nRCqS730DFCvvgJPmk8uRY5AUNgVjJk/Aw+z9tJ3HbcQ4NoSvNlMhLu cdfA==
- In-reply-to: <20151117221605.GB1845@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20151117221605.GB1845@tarsus.local2>
That's actually a feature, it's the same as writing
x=(foo
bar)
Yes, I'm being somewhat facetious, but that's why it happens.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author