about summary refs log tree commit diff
path: root/Completion/Builtins/_functions
blob: de49d96ed199e5c3a40b48f809e9b692c78d6891 (plain) (blame)
1
2
3
4
5
#compdef functions unfunction

local expl

_wanted functions expl 'shell function' compadd "$@" - "${(k@)functions}"