Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with push-line-or-edit and here-documents
- X-seq: zsh-workers 9884
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Bug with push-line-or-edit and here-documents
 
- Date: Sat, 26 Feb 2000 17:48:18 +0000
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
push-line-or-edit with a here-document is accepting the command rather than
just pushing it on the editor stack.
zagzig[21] cat <<EOF
heredoc> echo this should not be catted
heredoc> <ESC-q>
echo this should not be catted			<-- Yipes, "cat" ran!
zagzig[21] cat <<EOF
echo this should not be catted
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author