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

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