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

if [[ -mcurrent -1 -*e ]]; then
  complist -c
elif [[ -mcurrent -1 -[ARWI]## ]]; then
  _files
fi