26763: fix problem on failed cd -s to relative path
[zsh.git] / Completion / Zsh / Command / _enable
blobc5f8b2c436037dccc2248fbec0f26def29d6c5a9
1 #compdef enable
3 _arguments -C -s -A "-*" -S \
4   "(-f -r)-a[act on aliases]:*:aliases:(${(k)dis_aliases})" \
5   "(-a -r)-f[act on functions]:*:functions:(${(k)dis_functions})" \
6   "(-a -f)-r[act on reserved words]:*:reserved-words:compadd -k dis_reswords" \
7   '-m[treat arguments as patterns]' \
8   "*:builtin command:(${(k)dis_builtins})"