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

Re: Problem with fake-files style and cd



2009/2/16 Peter Stephenson <pws@xxxxxxx>:
> On Sat, 14 Feb 2009 13:39:04 -0800
> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>> Next you need to read chapters 10 and 15 of "From Bash to Z Shell". :-)
>>
>> (Hey, Peter and Oliver ... any updated revision of the book planned?)
>
> I don't think so, though it's still selling.  However, patches to the shell
> documentation are always welcome.

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))(



Messages sorted by: Reverse Date, Date, Thread, Author