From 0e3f4cecde90d9c07bfae1a9d522b285bcc8d6a3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 17 Feb 2000 10:59:46 +0000 Subject: zsh-workers/9772 --- Completion/Core/_description | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_description') diff --git a/Completion/Core/_description b/Completion/Core/_description index 970ee8f6a..6326d1f03 100644 --- a/Completion/Core/_description +++ b/Completion/Core/_description @@ -27,7 +27,7 @@ zstyle -s ":completion:${curcontext}:$1" group-name gname && [[ -z "$gname" ]] && gname="$1" zstyle -s ":completion:${curcontext}:$1" matcher match && opts=($opts -M "${(q)match}") -[[ -n "$_comp_matcher" ]] && opts=($opts -M "${(q)_comp_matcher}") +[[ -n "$_matcher" ]] && opts=($opts -M "${(q)_matcher}") if zstyle -a ":completion:${curcontext}:$1" ignored-patterns _comp_ignore; then opts=( $opts -F _comp_ignore) -- cgit 1.4.1