Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[bug report] 4.0.2 / 4.0.4 dumps core
- X-seq: zsh-workers 16235
- From: Akitoshi MORISHIMA <ohm@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [bug report] 4.0.2 / 4.0.4 dumps core
- Date: Mon, 12 Nov 2001 11:39:10 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello, I'm a long-time zsh user, although I'm not in any of the zsh-*
mailing lists.
I've encontered (coincidently, by mistake) to a bug in 4.0.x.
Condition:
put only the following line
setopt extendedglob globcomplete
in .zshrc, and inactivate(remove) every other startup files,
and invoke zsh
Type:
!^ then [TAB]
then zsh dumps core...
Please note that this doesn't happen if
zsh -f
setopt extendedglob globcomplete
!^[TAB]
which extends to "extendedglob".
I guess "!^" accesses to "previous command line", which is expectd to
be always present even without history-related settings, but this
isn't true in this "special" case...
Regards,
Akitoshi MORISHIMA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author