--- Completion/Base/Completer/_expand 21 Jan 2005 09:33:14 -0000 1.10 +++ Completion/Base/Completer/_expand 25 Feb 2006 08:28:13 -0000 @@ -85,9 +85,11 @@ if [[ "$force" = *s* ]] || ### the following expression, too. We don't want that, but I have no ### idea how to fix it. + setopt aliases eval 'exp=( ${${(e)exp//\\[ ]/ }//(#b)([ ])/\\$match[1]} )' 2>/dev/null + setopt NO_aliases else exp=( ${exp:s/\\\$/\$} ) fi