1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 08:11:03 +02:00
zsh/Completion/Builtins/_functions
1999-11-15 12:01:46 +00:00

6 lines
135 B
Text

#compdef functions unfunction
local expl
_wanted functions expl 'shell function' &&
compadd "$expl[@]" "$@" - "${(k@)functions}"