From 188e6569dbb250b25bf3fe74b9d13007d5207b51 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Dec 1999 14:47:55 +0000 Subject: manual/8992 --- Completion/X/_x_color | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/X') diff --git a/Completion/X/_x_color b/Completion/X/_x_color index 2daeb51d6..592667c40 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. - _style -s 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