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

if [[ -position 2 -1 ]]; then
  compsub
else
  complist -eB
fi