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

if [[ -mcurrent -1 [-+]o ]]; then
  complist -o
elif [[ -current -1 -A ]]; then
  complist -A
fi