zsh-workers
 help / color / mirror / code / Atom feed
17bc4ad18d521fb9c413a4662cbf155cf1428c57 blob 186 bytes (raw)

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

local -a __targs __gopt

zparseopts -D -a __gopt 1 2 V J x o: C:=__targs

_tags "$__targs[@]" "$1"

while _tags; do
  _all_labels "$__gopt[@]" "$@" && return 0
done

return 1
debug log:

solving 17bc4ad18 ...
found 17bc4ad18 in https://inbox.vuxu.org/zsh-workers/76839-1543195550.251964@c6AU.RX4q.p78d/
found 5bba7fd63 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 5bba7fd637b514fedd432eb9a018d9973b90a680	Completion/Base/Core/_wanted

applying [1/1] https://inbox.vuxu.org/zsh-workers/76839-1543195550.251964@c6AU.RX4q.p78d/
diff --git a/Completion/Base/Core/_wanted b/Completion/Base/Core/_wanted
index 5bba7fd63..17bc4ad18 100644

Checking patch Completion/Base/Core/_wanted...
Applied patch Completion/Base/Core/_wanted cleanly.

index at:
100644 17bc4ad18d521fb9c413a4662cbf155cf1428c57	Completion/Base/Core/_wanted

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).