about summary refs log tree commit diff
path: root/Completion/Builtins/_set
blob: 5597025bc7dcf74428eda23cca6b958795e1a660 (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