Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autoparamkeys broken in 3.1.1
- X-seq: zsh-workers 2887
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: autoparamkeys broken in 3.1.1
- Date: Mon, 10 Feb 1997 11:57:20 +0100
(probably a patched version, sorry)
% zsh -f
% setopt autoparamkeys
% echo $pat<TAB> -> echo $path _ # now type [
% echo $path [
^ stays here, should spring back to end of $path
% echo ${path<TAB> -> echo ${path _ # now type }
% echo ${path }
^ ditto.
I looked a bit at the code but all I can tell is that nothing is
happening because addedsuffix is zero at this point.
--
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