%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Zsh/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Zsh/_builtin |
#compdef builtin if (( $CURRENT > 2 )); then shift words (( CURRENT -- )) _normal -p $service else local expl _wanted commands expl 'builtin command' compadd "$@" -k builtins fi