zsh-workers
 help / color / mirror / code / Atom feed
52b82a6e9a1019ba8809d5efbd439ddbc577ae44 blob 683 bytes (raw)

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

local -a ali_arr sali_arr func_arr

ali_arr=(${(k)aliases} ${(k)galiases})
sali_arr=(${(k)saliases})
func_arr=(${(k)functions})

_arguments -C -s -A "-*" -S \
  "(-f -r -s -p)-a[act on regular or global aliases]:*:regular or global aliases:compadd -k ali_arr" \
  "(-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:compadd -k sali_arr" \
  "(-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 52b82a6e9 ...
found 52b82a6e9 in https://git.vuxu.org/mirror/zsh/

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