mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
5 lines
117 B
Text
5 lines
117 B
Text
#compdef functions unfunction
|
|
|
|
local expl
|
|
|
|
_wanted functions expl 'shell function' compadd "$@" - "${(k@)functions}"
|