#compdef -equal-

local -a match mbegin mend

if _have_glob_qual $PREFIX; then
  compset -p ${#match[1]}
  compset -S '[^\)\|\~]#(|\))'
  _globquals
else
  _path_commands
fi
