zsh-users
 help / color / mirror / code / Atom feed
* zsh 4.2.0 dumping core on completion attempt
@ 2004-05-22 13:54 Thorsten Kampe
  2004-05-25  6:32 ` Felix Rosencrantz
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kampe @ 2004-05-22 13:54 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-28  5:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-22 13:54 zsh 4.2.0 dumping core on completion attempt Thorsten Kampe
2004-05-25  6:32 ` Felix Rosencrantz
2004-05-25 22:53   ` Thorsten Kampe
2004-05-28  5:40     ` Felix Rosencrantz

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).