Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Aborted command saved in history
- X-seq: zsh-workers 37818
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Aborted command saved in history
- Date: Thu, 28 Jan 2016 02:06:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=M0qdcePIJCQdbCoASQl7wLrkIiiWiRK5GsYtq9GQ1OM=; b=x7aE5MEkt1vrEaFOku5TdXy+dgi77cS3jE/kgbn3yeF3Jup8Tn7SjUdzqTPMiOeIWS twGjY505nOHdmiOkbc7p18HiiDgzGCiAcTHHjlLto2jQYjVW7q1KnpnFj+AiSJxebtr9 LGVMih0bw/0ecsAOOGrfDjvPV0JCHJtBSDxHzF9MUdRtVXY3lqPxu7KDMA1+gIAZnhDC VNusGBbGxhtGHnGgnJt5oL2vqm7diW+Fm7SAUcpB8XOw/nfOKpovy6TMo+5iyPPgocMQ Gc/MHi9lXOPJuIca4EMDxbvzLg9adSehbA4NY/IiwNdaz/+CIf29863XKwdqeATqGbWA Wsmw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
If i type
{<enter>
and press ctrl-c, the " {" is saved in my history file without
consulting zshaddhistory() (which would not have added a line starting
with a space) and despite the line being aborted. I found this
surprising. It also happens in zsh -f.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author