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

local expl

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