mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-09 09:00:55 +01:00
6 lines
135 B
Text
6 lines
135 B
Text
#compdef functions unfunction
|
|
|
|
local expl
|
|
|
|
_wanted functions expl 'shell function' &&
|
|
compadd "$expl[@]" "$@" - "${(k@)functions}"
|