From 4c16d726c58d4b51597b00f3a15e382502554a3a Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:21:44 +0000 Subject: moved from Completion/Core/_unset_options --- Completion/Zsh/Type/_options_unset | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Zsh/Type/_options_unset (limited to 'Completion/Zsh/Type') diff --git a/Completion/Zsh/Type/_options_unset b/Completion/Zsh/Type/_options_unset new file mode 100644 index 000000000..3af92f61c --- /dev/null +++ b/Completion/Zsh/Type/_options_unset @@ -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 -- cgit 1.4.1