about summary refs log tree commit diff
path: root/Completion/Core
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:21:36 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:21:36 +0000
commitd309d745e8c49fd707b9dc259a76374f9588d69c (patch)
treecbb298529018d301d6e1ed7323fc789e080256ec /Completion/Core
parent59577122580497af0900b6511600117edb0f6e4b (diff)
downloadzsh-d309d745e8c49fd707b9dc259a76374f9588d69c.tar.gz
zsh-d309d745e8c49fd707b9dc259a76374f9588d69c.tar.xz
zsh-d309d745e8c49fd707b9dc259a76374f9588d69c.zip
moved to Completion/Zsh/Type/_options_unset
Diffstat (limited to 'Completion/Core')
-rw-r--r--Completion/Core/_unset_options10
1 files changed, 0 insertions, 10 deletions
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