26763: fix problem on failed cd -s to relative path
[zsh.git] / Completion / Zsh / Command / _builtin
blob9fb6acf7b70d492f08b2345beb049119401ca817
1 #compdef builtin
3 if (( $CURRENT > 2 )); then
4   shift words
5   (( CURRENT -- ))
6   _normal
7 else
8   local expl
10   _wanted commands expl 'builtin command' compadd "$@" -k builtins