Current File : //usr/share/zsh/5.5.1/functions/_widgets
#autoload

local expl pattern

pattern=( -g \* )
zparseopts -D -K -E g:=pattern

_description widgets expl widget
compadd "$@" "$expl[@]" -M 'r:|-=* r:|=*' - "${(@k)widgets[(R)${pattern[2]}]}"