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

if (( $CURRENT > 2 )); then
  shift words
  (( CURRENT -- ))
  _normal
else
  compgen -eB
fi