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

RE: cd completion does not work in CVS version (unsafe word splitting in _alternative).



>         ${(e)action[1]} "$subopts[@]" "$expl[@]" "${(@e)~action[2,-1]}"

Sorry, this was already edited (but does not work for the same reason). The
correct is, 'course,

${(e)action[1]} "$subopts[@]" "$expl[@]" ${(e)~action[2,-1]}

/andrej



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