From 1a83c6a85680351c72e92503f17f6d85b3cd75f9 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:31:57 +0000 Subject: moved from Completion/Builtins/_unsetopt --- Completion/Zsh/Command/_unsetopt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Zsh/Command/_unsetopt (limited to 'Completion/Zsh/Command') diff --git a/Completion/Zsh/Command/_unsetopt b/Completion/Zsh/Command/_unsetopt new file mode 100644 index 000000000..75a33e9dd --- /dev/null +++ b/Completion/Zsh/Command/_unsetopt @@ -0,0 +1,10 @@ +#compdef unsetopt + +# If you first want to complete only unset options, uncomment the lines +# setting the _options_set array and then use: +# +# _options_set || _options +# +# here. + +_options -- cgit 1.4.1