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

autoparamkeys broken in 3.1.1



(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