Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: pws-25: _read_comp, again



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