Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh 4.2.0 dumping core on completion attempt
- X-seq: zsh-users 7465
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: zsh 4.2.0 dumping core on completion attempt
- Date: Sat, 22 May 2004 15:54:46 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxxx>
zsh 4.2.0 dumps core under Cygwin and Linux with these lines in my
.zshrc:
autoload -U compinit; compinit -C # completion system
# case-insensitive and partial-word then substring
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z} m:[-._]=[-._] r:|[-./_]=** r:|=*' '+l:|=*'
More precisely it's the "m:[-._]=[-._] r:|[-./_]=**" part.
(These are variations from "6.7 Matching control and controlling where
things are inserted" of the User's Guide)
Surpringly ".f<TAB>" and "_f<TAB>" make zsh dump core while "-f<TAB>"
and "/f<TAB>" do not. The "f" letter can be in fact any *lower case*
letter while "_F<TAB>" or ".H<TAB>" don't make zsh dump core.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author