Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: pws-25: _read_comp, again
- X-seq: zsh-workers 7039
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: pws-25: _read_comp, again
- Date: Thu, 8 Jul 1999 14:43:52 +0200 (MET DST)
- In-reply-to: Peter Stephenson's message of Thu, 08 Jul 1999 13:59:29 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Or was there another reason I've missed?
Bye
Sven
diff -u oc/Commands/_read_comp Completion/Commands/_read_comp
--- oc/Commands/_read_comp Thu Jul 8 14:42:16 1999
+++ Completion/Commands/_read_comp Thu Jul 8 14:42:03 1999
@@ -26,8 +26,6 @@
setopt extendedglob nobadpattern # xtrace promptsubst
# local PS4='%N:%i:$((#key))> '
-trap 'zle -cR ""; return 1' INT
-
# Took me ages to work this out. If we're not on the first global
# matcher specification, we mustn't do any I/O.
if [[ compstate[matcher] -gt 1 && -z $_read_comp ]]; then
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author