about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_functions
blob: 912a7f134f14e17b1e00c3b5b5dad95e4c982d65 (plain) (blame)
1
2
3
4
5
#compdef unfunction

local expl

_wanted functions expl 'shell function' compadd -k "$@" - functions