about summary refs log tree commit diff
path: root/Completion/Pbmplus/_pgmtoppm
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Pbmplus/_pgmtoppm')
-rw-r--r--Completion/Pbmplus/_pgmtoppm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Pbmplus/_pgmtoppm b/Completion/Pbmplus/_pgmtoppm
index c8b1abec6..1464bce77 100644
--- a/Completion/Pbmplus/_pgmtoppm
+++ b/Completion/Pbmplus/_pgmtoppm
@@ -4,10 +4,10 @@ local ret=1 expl
 
 if [[ CURRENT -eq 2 ]]; then
   if compset -P '?*-'; then
-    _colors
+    _x_color
     return
   fi
-  _colors && ret=0
+  _x_color && ret=0
 
   _description expl option
   compadd "$expl[@]" - -map && ret=0