From ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 3 Feb 2000 17:22:40 +0000 Subject: zsh-workers/9546 --- Completion/X/_x_color | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/X/_x_color') diff --git a/Completion/X/_x_color b/Completion/X/_x_color index 592667c40..43f8ad5cd 100644 --- a/Completion/X/_x_color +++ b/Completion/X/_x_color @@ -15,7 +15,7 @@ if (( ! $+_color_cache )); then # Cache of color names doesn't exist yet, create it. - zstyle -s ":completion${curcontext}:colors" path file + zstyle -s ":completion:${curcontext}:colors" path file if [[ -n "$file" ]]; then _color_cache=( "${(@)${(@f)$(< $file)}[2,-1]##* }" ) else -- cgit 1.4.1