Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH and more remarks on parameter expansion docs
- X-seq: zsh-users 17526
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: PATCH and more remarks on parameter expansion docs
- Date: Wed, 02 Jan 2013 08:46:44 -0800
- In-reply-to: <20130102083224.GF2054@localhost.localdomain>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CA+zrezQX3hAh1dcPvi6-W9pJ+goWrm2vzQ6gSP=EAjyuw2micQ@mail.gmail.com> <121230112044.ZM879@torch.brasslantern.com> <20121231233002.GC2054@localhost.localdomain> <130101211501.ZM3814@torch.brasslantern.com> <20130102083224.GF2054@localhost.localdomain>
On Jan 2, 4:32pm, Han Pingtian wrote:
}
} Thanks your nice patch. But I'm still wondering why not change the
} statements after "${=spec}" in man page. Or I'm misunderstanding the
} original statements which has been stating this "splitting before
} assignment" behavior is only related to "(A)" flag?
You mean this?
Note that splitting is applied to WORD in the assignment forms of
SPEC _before_ the assignment to NAME is performed. This affects
the result of array assignments with the A flag.
I must not be understanding what else you think it should say. Is it
just that it isn't "... the A flag, among other things"?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author