Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH]always show complete list
- X-seq: zsh-workers 17067
- From: Hans Dieter Pearcey <hdp@xxxxxxxxx>
- To: "joel w. reed" <jreed@xxxxxxxxxxxx>
- Subject: Re: [PATCH]always show complete list
- Date: Thu, 2 May 2002 17:48:12 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20020502184257.GA29797@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020502184257.GA29797@xxxxxxxxxxxx>
On Thu, May 02, 2002 at 02:42:57PM -0400, joel w. reed wrote:
> this patch adds a config option LISTALWAYS that if set, makes
> zsh-4.0.4 always show the complete list if the completion
> resulted in only a partial completion (to help the user decide
> what to type next w/o the need for another TAB).
>
> lets say i have a directory with 2 entries:
>
> opal-3.0.4
> opal-4.0
>
> my patched zsh will show the following after i type 'cd oTAB'
>
> (%:~/src) cd opal-
> opal-3.0.4/ opal-4.0/
zsh already does this.
see AUTO_LIST (which is on by default) and LIST_AMBIGUOUS in zshoptions.
Specifically, if you setopt NO_LIST_AMBIGUOUS, the above behavior is
observed.
hdp.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author