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

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