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

Bug with push-line-or-edit and here-documents



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