about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-06 14:12:48 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-06 14:12:48 +0000
commit777ececb70e17847dd012e52b54741acce715624 (patch)
treea0f7b2b9b531ae60fa27998f9965fd0c8f363bce
parent758318092036fe05a469192ec4ffa31285386a1b (diff)
downloadzsh-777ececb70e17847dd012e52b54741acce715624.tar.gz
zsh-777ececb70e17847dd012e52b54741acce715624.tar.xz
zsh-777ececb70e17847dd012e52b54741acce715624.zip
zsh-workers/9244
-rw-r--r--Completion/Builtins/_zstyle2
1 files changed, 1 insertions, 1 deletions
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)