From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/Core/_options | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Completion/Core/_options') diff --git a/Completion/Core/_options b/Completion/Core/_options index 8664e239e..70e106247 100644 --- a/Completion/Core/_options +++ b/Completion/Core/_options @@ -4,6 +4,5 @@ local expl -_wanted zsh-options expl 'zsh option' && - compadd "$expl[@]" "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - \ - "${(@k)options}" +_wanted zsh-options expl 'zsh option' \ + compadd "$@" -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}' - "${(@k)options}" -- cgit 1.4.1