1 2 3 4 5 6 7 8 9 10 11
#compdef -equal- local -a match mbegin mend if _have_glob_qual $PREFIX; then compset -p ${#match[1]} compset -S '[^\)\|\~]#(|\))' _globquals else _path_commands fi