about summary refs log tree commit diff
path: root/Completion/Pbmplus/_ppmchange
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Pbmplus/_ppmchange')
-rw-r--r--Completion/Pbmplus/_ppmchange15
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/Pbmplus/_ppmchange b/Completion/Pbmplus/_ppmchange
deleted file mode 100644
index 45c83ea2e..000000000
--- a/Completion/Pbmplus/_ppmchange
+++ /dev/null
@@ -1,15 +0,0 @@
-#compdef ppmchange
-
-local ret=1 expl
-
-_pbm_file && ret=0
-
-if (( CURRENT & 1 )); then
-  _description expl 'new color'
-else
-  _description expl 'old color'
-fi
-
-_colors "$expl[@]" && ret=0
-
-return ret