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

Re: maybe PATCH: 21731 broke handling of prompts with newlines in it



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