Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with fake-files style and cd
- X-seq: zsh-workers 29385
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxx>
- Subject: Re: Problem with fake-files style and cd
- Date: Fri, 27 May 2011 03:25:32 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=1fWrdaWFofyOAmZydpVxMzDyBV4eYFXeWTcNJ2TVvaY=; b=u4vPketn+LR/BirTZxUCbVsiG/vTgGpZ3duecFH/lyyDAX5f+KQPzFKtLYanmuI/K7 4EvUxu+kP1VSULUKXJjU5uZbvXsyVdMf4SHIOYqlPpyJ0cDXFTceVG8WSFWbBOjvzCes FbLT5PwJc6o/B8/TpLfAKsJ+KmBv6+DAXpf5g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aU6WVbiZrayUYT3/k85s+vNfjAgweUFs/mTCk+hDXXhMUvrVjdlC1XSsBS48vYpSXM zCTrHS7XfKfXGDHcodqP1yqeQSuqMgVokcVGiv98o4nTPrnAckHjfJuz2LsQ4hFX+Vml APv3Gyif9HqlPet3u32yJvaRAZQWw5Y6m/gUQ=
- In-reply-to: <237967ef0902160155m583e714fqe9bbd344420f1ce0@mail.gmail.com>
- 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: <mikachu@gmail.com> <237967ef0902140622s7389d2c8h5a0c786dcf207422@mail.gmail.com> <200902141801.n1EI1E2l003603@pws-pc.ntlworld.com> <237967ef0902141019t30118690m30116c9413015d96@mail.gmail.com> <090214111316.ZM15188@torch.brasslantern.com> <237967ef0902141141y609b61d3i154546f6f6886c65@mail.gmail.com> <090214133904.ZM15383@torch.brasslantern.com> <20090216094632.30502fe9@news01> <237967ef0902160155m583e714fqe9bbd344420f1ce0@mail.gmail.com>
Been sitting on this patch for a while, is it okay to commit?
On 16 February 2009 10:55, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> How's this?
>
> --- a/Doc/Zsh/compsys.yo
> +++ b/Doc/Zsh/compsys.yo
> @@ -776,7 +776,8 @@ for names of device special files
> )
> kindex(directories, completion tag)
> item(tt(directories))(
> -for names of directories
> +for names of directories. When the cdpath array is set,
> +tt(local-directories) will be used instead
> )
> kindex(directory-stack, completion tag)
> item(tt(directory-stack))(
> @@ -869,7 +870,8 @@ kindex(local-directories, completion tag)
> item(tt(local-directories))(
> for names of directories that are subdirectories of the current working
> directory when completing arguments of tt(cd) and related builtin
> -commands (compare tt(path-directories))
> +commands (compare tt(path-directories)). When the cdpath array is unset,
> +tt(directories) is used instead
> )
> kindex(manuals, completion tag)
> item(tt(manuals))(
>
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author