zsh-workers
 help / color / mirror / code / Atom feed
0e7f491cbabfbf53e653c2bedf3f1c2989c10235 blob 375 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#autoload

local expl pattern

local -a fake
autoload -U add-zle-hook-widget
add-zle-hook-widget -h >&/dev/null # sets the zstyle
zstyle -g fake zle-hook types
fake=( zle-${^fake} )

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

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

solving 0e7f491 ...
found 0e7f491 in https://inbox.vuxu.org/zsh-workers/1469884317-3192-1-git-send-email-danielsh@tarsus.local2/
found fdab281 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 fdab2814e5986fa8836960428f03b081d43fc961	Completion/Zsh/Type/_widgets

applying [1/1] https://inbox.vuxu.org/zsh-workers/1469884317-3192-1-git-send-email-danielsh@tarsus.local2/
diff --git a/Completion/Zsh/Type/_widgets b/Completion/Zsh/Type/_widgets
index fdab281..0e7f491 100644

Checking patch Completion/Zsh/Type/_widgets...
Applied patch Completion/Zsh/Type/_widgets cleanly.

index at:
100644 0e7f491cbabfbf53e653c2bedf3f1c2989c10235	Completion/Zsh/Type/_widgets

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).