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

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