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

Long-option completion bug



zagzig[300] ../zsh-3.1.6/configure --w<TAB>
zagzig[300] ../zsh-3.1.6/configure ---zsh-mem-warning
                                     ^
                                     cursor here; too many hyphens.

This probably has something to do with my match specs.

zstyle ':completion:*' matcher-list \
  '' 'r:|[._-,]=* r:|=*' 'm:{a-zA-Z}={A-Za-z} r:|[._-,]=* r:|=*' \
  'r:|[._-,]=* r:|=* l:|=*'

(Side note: I keep thinking I probably want ** instead of * in at least
one of those, but I'm not sure which.)

-- 
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