about summary refs log tree commit diff
path: root/Completion/Core/_set_options
blob: 5f634a2cdd1818600df44ecbff52ece11fca1ffd (plain) (blame)
1
2
3
4
5
6
7
#autoload

# Complete all set options. This relies on `_main_complete' to store the
# names of the options that were set when it was called in the array
# `_set_options'.

compadd "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - $=_set_options