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

Re: Problem with fake-files style and cd



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