From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/Core/_unset_options | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/Core/_unset_options') diff --git a/Completion/Core/_unset_options b/Completion/Core/_unset_options index c5150c2e5..f6a1c58f0 100644 --- a/Completion/Core/_unset_options +++ b/Completion/Core/_unset_options @@ -4,4 +4,7 @@ # names of the options that were set when it was called in the array # `_set_options'. -compadd "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - $=_unset_options +local expl + +_description expl 'unset zsh option' +compadd "$expl[@]" "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - $=_unset_options -- cgit 1.4.1