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

cd =5 changed semantics?



After installation of beta14 I cannot use the equal substitution as I
was used to with beta13. I haven't changed my dot_zsh_files.

Simple example:

    k@anna:/tmp% dirs
    /tmp / ~
    k@anna:/tmp% setopt | egrep 'auto|equal'
    autolist
    autopushd
    magicequalsubst
    k@anna:/tmp% unsetopt | egrep 'auto|equal'
    autocd
    automenu
    autonamedirs
    autoparamkeys
    autoparamslash
    autoremoveslash
    autoresume
    noequals
    k@anna:/tmp% cd =2
    zsh: 2 not found
^^^^^^^^^^^^^^^^^^^^^^^^^
    k@anna:/tmp% echo $ZSH_VERSION 
    2.6-beta14
    k@anna:/tmp% zsh-2.6-beta13 -f
    anna% pushd /
    / /tmp
    anna% pushd ~
    ~ / /tmp
    anna% cd =2
    anna% pwd
    /tmp
    anna% 

Trying several variations on setopt/unsetopt didn't change
behaviour. What's going on?

Thanks,
andreas




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