mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 08:11:03 +02: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}"
|