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

Re: PATCH: updated :a tweak



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