zsh-workers
 help / color / mirror / code / Atom feed
53a9e36db0f8da7c39558a77296965e0ef696ace blob 623 bytes (raw)

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

local -a ali_arr sali_arr func_arr

func_arr=(${(k)dis_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 dis_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 dis_patchars" \
  '-m[treat arguments as patterns]' \
  "*:builtin command:(${(k)dis_builtins})"
debug log:

solving 53a9e36db ...
found 53a9e36db in https://inbox.vuxu.org/zsh-workers/CAHLkEDtg50kBkKoEfoW-wQ42bcrfZNLEWjDPDqnHunhmk0NRkw@mail.gmail.com/
found 9410651b7 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 9410651b74f66fcceddf45cdaa98976ce8ef19b8	Completion/Zsh/Command/_enable

applying [1/1] https://inbox.vuxu.org/zsh-workers/CAHLkEDtg50kBkKoEfoW-wQ42bcrfZNLEWjDPDqnHunhmk0NRkw@mail.gmail.com/
diff --git a/Completion/Zsh/Command/_enable b/Completion/Zsh/Command/_enable
index 9410651b7..53a9e36db 100644

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

index at:
100644 53a9e36db0f8da7c39558a77296965e0ef696ace	Completion/Zsh/Command/_enable

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