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

Re: [BUG?] Could anyone test: local a=( 1 2 2 3 ); typeset -U a; echo $a



Hi,

2017-03-15 11:03 GMT+01:00 Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx>:
> % local a=( 1 2 2 3 )
> % typeset -U a
> % echo $a

5.2-dev-1: 1 2 3
5.3.1-dev-0: 1 2 3

Most likely plugins, I guess…

Best regards,

-- 
Jérémie



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