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

local prev="$words[CURRENT-1]"

if [[ "$prev" = [-+]o ]]; then
  compgen -o
elif [[ "$prev" = -A ]]; then
  compgen -A
fi