From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/User/_colors | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/User/_colors') diff --git a/Completion/User/_colors b/Completion/User/_colors index 369a4365f..346142eea 100644 --- a/Completion/User/_colors +++ b/Completion/User/_colors @@ -1,5 +1,7 @@ #autoload +local expl + if (( ! $+_color_cache )); then local file @@ -17,4 +19,6 @@ if (( ! $+_color_cache )); then fi fi -compadd -M 'm:{a-z}={A-Z} m:-=\ r:|[ A-Z0-9]=* r:|=*' - "$_color_cache[@]" +_description expl 'color specification' +compadd "$@" "$expl[@]" -M 'm:{a-z}={A-Z} m:-=\ r:|[ A-Z0-9]=* r:|=*' - \ + "$_color_cache[@]" -- cgit 1.4.1