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

Re: autolist?



acs@xxxxxxxxxxxxxxxxxxxx wrote:

> 
> Ever since I upgraded to 3.1.3, I've had problems with autolist.
> Here's an example:
> 
> ...
> 
> And then I must press <TAB> again in order to get the list to
> appear:
> 
> mithril% ls -d /usr/local/src/zsh-3.<TAB>
> zsh-3.0.5  zsh-3.1.3
> mithril% ls -d /usr/local/src/zsh-3.
> 
> 
> How do I get the old 3.0.5 behavior back?
> 

unsetopt listambiguous                       # Grrr.

(That's the other completion-option now set by default.)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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