summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Context/_equal
blob: 5cdeea2642d708f9ea0902a01e3a97deaf506e96 (plain)
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