diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:34 +0000 |
commit | 0edb843b598120f1f3aa73c9efd2ccd85b740dfc (patch) | |
tree | b10bd3e044aa5f214a2ddbb61409dc575e45e53c /Completion/Zsh/Command/_setopt | |
parent | 3639f3ec94e9d55aedc315f410b85b4acfa3d299 (diff) | |
download | zsh-0edb843b598120f1f3aa73c9efd2ccd85b740dfc.tar.gz zsh-0edb843b598120f1f3aa73c9efd2ccd85b740dfc.tar.xz zsh-0edb843b598120f1f3aa73c9efd2ccd85b740dfc.zip |
moved from Completion/Builtins/_setopt
Diffstat (limited to 'Completion/Zsh/Command/_setopt')
-rw-r--r-- | Completion/Zsh/Command/_setopt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_setopt b/Completion/Zsh/Command/_setopt new file mode 100644 index 000000000..f72c20dda --- /dev/null +++ b/Completion/Zsh/Command/_setopt @@ -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 |