zsh-workers
 help / color / mirror / code / Atom feed
ffb7b8c8d3bf95d1ac417e4108bc01af59e9bd00 blob 190 bytes (raw)

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

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

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

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