1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00

moved to Completion/Zsh/Command/_builtin

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:26:08 +00:00
parent 022109fafa
commit a2cc010c6b

@ -1,11 +0,0 @@
#compdef builtin
if (( $CURRENT > 2 )); then
shift words
(( CURRENT -- ))
_normal
else
local expl
_wanted commands expl 'builtin command' compadd "$@" -k builtins
fi