From 777ececb70e17847dd012e52b54741acce715624 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 6 Jan 2000 14:12:48 +0000 Subject: zsh-workers/9244 --- Completion/Builtins/_zstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index db499aa17..f5545819c 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -97,7 +97,7 @@ while [[ -n $state ]]; do ctop=cz fi _wanted styles expl style && - compadd "$expl[@]" - ${(k)styles[(R)[^:]#[$ctop][^:]#:*]} + compadd "$expl[@]" -M 'r:|-=* r:|=*' - ${(k)styles[(R)[^:]#[$ctop][^:]#:*]} ;; style-arg) -- cgit 1.4.1