zsh-workers
 help / color / mirror / code / Atom feed
a77af98792e541180e6be5ee06b94a2e04721420 blob 202 bytes (raw)

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

precommands+=(builtin)

if (( $CURRENT > 2 )); then
  shift words
  (( CURRENT -- ))
  _normal
else
  local expl

  _wanted commands expl 'builtin command' compadd "$@" -k builtins
fi
debug log:

solving a77af9879 ...
found a77af9879 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).