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:
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
|
Loading…
Reference in New Issue
Block a user