mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/Builtins/_setopt
This commit is contained in:
parent
3639f3ec94
commit
0edb843b59
10
Completion/Zsh/Command/_setopt
Normal file
10
Completion/Zsh/Command/_setopt
Normal file
@ -0,0 +1,10 @@
|
||||
#compdef setopt
|
||||
|
||||
# If you first want to complete only unset options, un-comment the lines
|
||||
# setting the _options_unset array and then use:
|
||||
#
|
||||
# _options_unset || _options
|
||||
#
|
||||
# here.
|
||||
|
||||
_options
|
Loading…
Reference in New Issue
Block a user