zsh-workers
 help / color / mirror / code / Atom feed
2dceeb6c8e08770d0c833a2a27ed843a472282e6 blob 608 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#compdef disable

local -a ali_arr sali_arr func_arr

func_arr=(${(k)functions})

_arguments -C -s -A "-*" -S \
  "(-f -r -s -p)-a[act on regular or global aliases]:*:regular or global aliases:_aliases -s rg" \
  "(-a -r -s -p)-f[act on functions]:*:functions:compadd -k func_arr" \
  "(-a -f -s -p)-r[act on reserved words]:*:reserved-words:compadd -k reswords" \
  "(-a -f -r -p)-s[act on suffix aliases]:*:suffix aliases:_aliases -s s" \
  "(-a -f -r -s)-p[act on pattern characters]:*:pattern characters:compadd -k patchars" \
  '-m[treat arguments as patterns]' \
  "*:builtin command:(${(k)builtins})"
debug log:

solving 2dceeb6c8 ...
found 2dceeb6c8 in https://inbox.vuxu.org/zsh-workers/CAHLkEDtg50kBkKoEfoW-wQ42bcrfZNLEWjDPDqnHunhmk0NRkw@mail.gmail.com/
found 52b82a6e9 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 52b82a6e9a1019ba8809d5efbd439ddbc577ae44	Completion/Zsh/Command/_disable

applying [1/1] https://inbox.vuxu.org/zsh-workers/CAHLkEDtg50kBkKoEfoW-wQ42bcrfZNLEWjDPDqnHunhmk0NRkw@mail.gmail.com/
diff --git a/Completion/Zsh/Command/_disable b/Completion/Zsh/Command/_disable
index 52b82a6e9..2dceeb6c8 100644

Checking patch Completion/Zsh/Command/_disable...
Applied patch Completion/Zsh/Command/_disable cleanly.

index at:
100644 2dceeb6c8e08770d0c833a2a27ed843a472282e6	Completion/Zsh/Command/_disable

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