about summary refs log tree commit diff
path: root/Completion/Builtins/_builtin
blob: a967932ee69ed850edfbb96cbfd2692e50b936b5 (plain) (blame)
1
2
3
4
5
6
7
#defcomp builtin

if [[ -position 2 -1 ]]; then
  _normal "$@"
else
  complist -eB
fi