Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Rather bad bug in 4.2.0 zle-line-init
- X-seq: zsh-workers 19667
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Rather bad bug in 4.2.0 zle-line-init
- Date: Sun, 21 Mar 2004 00:49:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Make any sort of mistake in zle-line-init, and the editor goes into an
infinite loop.
E.g. (be sure you can kill this shell from somewhere else):
zle-line-init() {
setopt localoptions match
echo not[a]pattern(that)matches{anything}
}
zle -N zle-line-init
Messages sorted by:
Reverse Date,
Date,
Thread,
Author