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

local expl

_description expl 'shell function'
compadd "$expl[@]" "$@" - "${(k@)functions}"