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

Re: named directory bug



> Except of course that the command in question is supposed to go into
> _main_complete, which needs RCEXPANDPARAM.
> 
> Use
> 
>     eval "local +h nameddirs; nameddirs=(${(@kvq)^^nameddirs})"
> 
> to disable RCEXPANDPARAM for that expansion only.

Should this go into the canonical _main_complete?



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