From d3e7021acce0cc6085534090e304581d50d5996e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:26:16 +0000 Subject: moved from Completion/Builtins/_builtin --- Completion/Zsh/Command/_builtin | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Completion/Zsh/Command/_builtin (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_builtin b/Completion/Zsh/Command/_builtin new file mode 100644 index 000000000..9fb6acf7b --- /dev/null +++ b/Completion/Zsh/Command/_builtin @@ -0,0 +1,11 @@ +#compdef builtin + +if (( $CURRENT > 2 )); then + shift words + (( CURRENT -- )) + _normal +else + local expl + + _wanted commands expl 'builtin command' compadd "$@" -k builtins +fi -- cgit 1.4.1