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

Re: autoparamkeys broken in 3.1.1



Peter Stephenson wrote:
>% 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.

With straight 3.1.1, these work for me.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author