From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4268 invoked by alias); 2 Jan 2014 20:42:43 -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: 32219 Received: (qmail 4998 invoked from network); 2 Jan 2014 20:42:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140102124221.ZM9933@torch.brasslantern.com> Date: Thu, 02 Jan 2014 12:42:21 -0800 In-reply-to: <20140102181631.7b390c13@pws-pc.ntlworld.com> Comments: In reply to Peter Stephenson "Re: Bug#733075: Bug#733075: zsh: command completion not working after semicolon" (Jan 2, 6:16pm) References: <20131224214220.2173519380.qww314159@soup.q.qbilt.org> <877gatqlp3.fsf@ft.bewatermyfriend.org> <8738lhqjny.fsf@ft.bewatermyfriend.org> <131225101336.ZM17671@torch.brasslantern.com> <20140102181631.7b390c13@pws-pc.ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Bug#733075: Bug#733075: zsh: command completion not working after semicolon MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 2, 6:16pm, Peter Stephenson wrote: } } That was a crash when completing after the "<" in } } for f in 1; do < x } } which was very easy to reproduce, and that's still working after the } change. Right, and in fact I managed to work out a regression test for this one as well (see the last two tests in Y01).