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

Re: [PATCH]always show complete list



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