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

Re: autoparamkeys broken in 3.1.1



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