diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-10 14:47:55 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-10 14:47:55 +0000 |
commit | 188e6569dbb250b25bf3fe74b9d13007d5207b51 (patch) | |
tree | bbc3c0b5f636f5887aa5cf52c8b0a75b4cccf353 /Completion/X | |
parent | d5d015115cda8eed53b668ee325f12b2dd863383 (diff) | |
download | zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.gz zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.tar.xz zsh-188e6569dbb250b25bf3fe74b9d13007d5207b51.zip |
manual/8992
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_x_color | 2 |
1 files changed, 1 insertions, 1 deletions
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 |