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

Re: Should (t)path = array-unique-special work this way



also:

% echo ${(t)ZPLG_COMPLETIONS_DIR}
scalar
% echo ${parameters[ZPLG_COMPLETIONS_DIR]}
scalar-hideval
% declare -p ZPLG_COMPLETIONS_DIR
typeset ZPLG_COMPLETIONS_DIR

It's declared with typeset -gH

Best regards,
Sebastian Gniazdowski



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