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

local expl

_tags argument:any functions || return 1

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