Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoparamkeys broken in 3.1.1
- X-seq: zsh-workers 2890
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: autoparamkeys broken in 3.1.1
- Date: Mon, 10 Feb 1997 15:48:26 +0100
- In-reply-to: "Zefram"'s message of "Mon, 10 Feb 1997 11:39:15 MET."             <20103.199702101139@xxxxxxxxxxxxxxxxxxxxxxx> 
Zefram wrote:
> With straight 3.1.1, these work for me.
yes, I think the patch that broke autoparamkeys changed this 
		if (complexpect || singlec != ' ')
		    addedsuffix = menuinsc = 1;
to this, around 3311 in do_single(), zle_tricky.c 
		if (singlec != ' ')
		    addedsuffix = menuinsc = 1;
--- this fits the symptoms anyway.  Anyone recognise this?  I seem to
have delete it.
-- 
Peter Stephenson <pws@xxxxxx>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author