From 0edb843b598120f1f3aa73c9efd2ccd85b740dfc Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:30:34 +0000 Subject: moved from Completion/Builtins/_setopt --- Completion/Zsh/Command/_setopt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Zsh/Command/_setopt (limited to 'Completion/Zsh') 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 -- cgit 1.4.1