From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24042 invoked by alias); 1 Sep 2015 05:27:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36354 Received: (qmail 17119 invoked from network); 1 Sep 2015 05:27:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=xvmWRrv6+iCDE5C94jzwJKhgR6DcAH+FDEaknsZaw0Y=; b=Cs6zq0vdmULVQBvfJHjUp+gf4IJqfKiWn8rE8stNcAjXnm4j38x8bFXP4VwQTtF8Sy DPIOqHkVGVC018gLe0UHfjL6NUaYwODtqsS+m07hHfkJzj+ikMuRepUyrLfkyPGCS/WC mGmtQNXiLPZfJBDoQJZWeXTEGV5ib0sLU+3n37p2Wtd0cxcc7mM+o804/4Jt3gTimkrx CIYG9Rj6EYDVyLIa4OgALswnf4hivfJcUJbUntkkiq5BRkExzf4kJxycowUeY1UhXdme i6qWpYyr3qBCLLDoHgqTLxseCNjWb8ZPpzmz1HasGOByMHC2g6onic1mqVAU3W2nGFQg B1bg== X-Gm-Message-State: ALoCoQnNoPac3BhhHehDb2uoSDCPdYpoRk24H3bHh3Jv5I3gaWbCE1PXYCvtzG/GnemsfSiR172N X-Received: by 10.182.199.105 with SMTP id jj9mr15442405obc.47.1441085246836; Mon, 31 Aug 2015 22:27:26 -0700 (PDT) From: Bart Schaefer Message-Id: <150831222722.ZM514@torch.brasslantern.com> Date: Mon, 31 Aug 2015 22:27:22 -0700 In-Reply-To: Comments: In reply to Jacob Niehus "Bug: magic-space and expand-history delete part of line since 5.0.8" (Aug 31, 7:32pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Bug: magic-space and expand-history delete part of line since 5.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 31, 7:32pm, Jacob Niehus wrote: } } $ vim =(ls) -c 'foo' } } move the cursor between 's)' and type '|' then space, and it changes to this: } } $ vim =(ls| ) } } "-c 'foo'" has been deleted. Confirmed this with zsh-5.1-3-g6e825e7 (recall my question about whether fixing things like this will be 5.1.1 or ...?)