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

local expl

_description expl 'shell function'
compadd "$expl[@]" "$@" - "${(k@)functions[(R)^?disabled*]}"