From d309d745e8c49fd707b9dc259a76374f9588d69c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:21:36 +0000 Subject: moved to Completion/Zsh/Type/_options_unset --- Completion/Core/_unset_options | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Completion/Core/_unset_options (limited to 'Completion') diff --git a/Completion/Core/_unset_options b/Completion/Core/_unset_options deleted file mode 100644 index 718da2c9c..000000000 --- a/Completion/Core/_unset_options +++ /dev/null @@ -1,10 +0,0 @@ -#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 -# `_set_options'. - -local expl - -_wanted zsh-options expl 'unset zsh option' \ - compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -a _unset_options -- cgit 1.4.1