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

Completion after braces, again



Since 11939, I get this behavior:

zagzig<2> ls Functions/{Misc,Prompts}<TAB>
zagzig<2> ls Functions/{Misc,Prompts/ 
Completing corrections
Prompts/
Completing original
Functions/Prompts} 

I have these styles:

zstyle ':completion:*' completer _oldlist _expand _complete _match _ignored _approximate _prefix
zstyle ':completion:*' match-original both
zstyle ':completion:*' matcher-list '' 'r:|[._-,]=* r:|=*' 'm:{a-zA-Z}={A-Za-z} r:|[._-,]=* r:|=*' 'r:|[._-,]=* r:|=* l:|=*'

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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