zsh-workers
 help / color / mirror / code / Atom feed
9911588010ecb9880fd64e2ab8f8348a5dc77add blob 271 bytes (raw)

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

local __gopt

__gopt=()
zparseopts -D -a __gopt 1 2 V J x o:

if comptags -R "$1"; then
  if [[ $# -gt 3 ]]; then
    _all_labels - "$__gopt[@]" "$@" || return 1
  elif [[ $# -gt 1 ]]; then
    _description "$__gopt[@]" "$@"
  fi
  return 0
else
  return 1
fi
debug log:

solving 991158801 ...
found 991158801 in https://inbox.vuxu.org/zsh-workers/76839-1543195550.251964@c6AU.RX4q.p78d/
found 4ba52ce7f in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 4ba52ce7feaf3254f0ffcf986c4acddf4beb95c7	Completion/Base/Core/_requested

applying [1/1] https://inbox.vuxu.org/zsh-workers/76839-1543195550.251964@c6AU.RX4q.p78d/
diff --git a/Completion/Base/Core/_requested b/Completion/Base/Core/_requested
index 4ba52ce7f..991158801 100644

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

index at:
100644 9911588010ecb9880fd64e2ab8f8348a5dc77add	Completion/Base/Core/_requested

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