zsh-workers
 help / color / mirror / code / Atom feed
* autoparamkeys broken in 3.1.1
@ 1997-02-10 10:57 Peter Stephenson
  1997-02-10 11:39 ` Zefram
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Stephenson @ 1997-02-10 10:57 UTC (permalink / raw)
  To: Zsh hackers list

(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@ifh.de>       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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-02-10 22:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-10 10:57 autoparamkeys broken in 3.1.1 Peter Stephenson
1997-02-10 11:39 ` Zefram
1997-02-10 14:48   ` Peter Stephenson
1997-02-10 15:02     ` Zefram
1997-02-10 16:36       ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).