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

if [[ -position 3 -1 ]]; then
  _normal
else
  _files
fi