about summary refs log tree commit diff
path: root/Completion/X/Type
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Type')
-rw-r--r--Completion/X/Type/_x_color5
1 files changed, 2 insertions, 3 deletions
diff --git a/Completion/X/Type/_x_color b/Completion/X/Type/_x_color
index c4e54363d..960eae6d3 100644
--- a/Completion/X/Type/_x_color
+++ b/Completion/X/Type/_x_color
@@ -30,6 +30,5 @@ if (( ! $+_color_cache )); then
   (( $#_color_cache )) || _color_cache=(white black gray red blue green)
 fi
 
-_wanted colors expl 'color specification' \
-    compadd "$@" -M 'm:{a-z}={A-Z} m:-=\  r:[^ A-Z0-9]||[ A-Z0-9]=* r:|=*' -a \
-            _color_cache
+_wanted colors expl 'color specification' compadd "$@" -M \
+    'm:{a-z}={A-Z} m:-=\  r:[^ A-Z0-9]||[ A-Z0-9]=* r:|=*' -a - _color_cache