Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: maybe PATCH: 21731 broke handling of prompts with newlines in it
- X-seq: zsh-workers 21746
- From: Stephen Rueger <stephen.rueger@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: maybe PATCH: 21731 broke handling of prompts with newlines in it
- Date: Thu, 22 Sep 2005 04:11:31 +0200
- In-reply-to: <20050922014203.GA23563@xxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20050922011144.GA26563@xxxxxxxxxxxxxxx> <20050922014203.GA23563@xxxxxxxxxxx>
On Wed, Sep 21, 2005 at 09:42:03PM -0400, Clint Adams wrote:
> > - if (multi) {
> > + if (!multi) {
>
> I'm committing this. However, the logic to set 'multi' appears to be
> lacking.
It's at line 896:
/* else character is incomplete, keep looking. */
multi = 1;
--
Stephen Rüger
stephen.rueger@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author