Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: updated :a tweak
- X-seq: zsh-workers 38946
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: PATCH: updated :a tweak
- Date: Mon, 25 Jul 2016 13:24:55 +0200
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JSeXATXK7QOqKKx8U1v/z1FoVA2b+96K8fHoehD1LkI=; b=UMJeSzQFVf5vCxd6SnGY2COTu9zn0+5DnT51m7Ie8HQ6jZb+qq/8hCks8u9OEMwAkF o4I0gmzzL5fVYvAQZ8MBL8ECjH6a7Sdv2reOLpwFVYyJNNEaLmC9hSO6LZLuQNjSTLFs zWHpGq08Bm+gDhN+oGP9DXHccPU8DlQoAVW8fd4Dw9zmKfL//9ffJ0p22F9lGnWVFVq5 Uf8SPdVkC1ZFaB7cBfvp7jf6cv46RFEav9h/ob3yZyre6+Iu/dviautp/uScyxcJ54ub Dr3cKuTbGAX/X9cBQWUHQiI7J1kcX+cClsW+OEba05GH4QWFLqBdc7eDvv64C2ZcI62q /meg==
- In-reply-to: <20160725121339.06ed2ef1@pwslap01u.europe.root.pri>
- 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: <20160725121339.06ed2ef1@pwslap01u.europe.root.pri>
On Mon, Jul 25, 2016 at 1:13 PM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
> This combines the latest tweaks...
>
> pws
>
> diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
> index 0ed320b..02177cb 100644
> --- a/Doc/Zsh/expn.yo
> +++ b/Doc/Zsh/expn.yo
> @@ -222,9 +222,13 @@ Turn a file name into an absolute path: prepends the current directory,
> if necessary; remove `tt(.)' path segments; and remove `tt(..)' path segments
> and the segments that immediately precede them.
>
> -This transformation is agnostic of the filesystem: `tt(/foo/bar/../baz)' shall
> -always be transformed to `tt(/foo/baz)', regardless of whether `tt(/foo)'
> -exists or what kind of object (dir, file, symlink, etc.) it is.
> +This transformation is agnostic about what is in the filesystem, i.e. is
> +on the logical, not the phyiscal directory. It takes place in the same
physical
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author