mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/Core/_unset_options
This commit is contained in:
parent
d309d745e8
commit
4c16d726c5
10
Completion/Zsh/Type/_options_unset
Normal file
10
Completion/Zsh/Type/_options_unset
Normal file
@ -0,0 +1,10 @@
|
||||
#autoload
|
||||
|
||||
# Complete all unset options. This relies on `_main_complete' to store the
|
||||
# names of the options that were set when it was called in the array
|
||||
# `_options_set'.
|
||||
|
||||
local expl
|
||||
|
||||
_wanted zsh-options expl 'unset zsh option' \
|
||||
compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a _options_unset
|
Loading…
Reference in New Issue
Block a user