From 57e98c6948f0cb64e79c4455fc692d81a75e30bf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 31 Aug 1999 10:16:50 +0000 Subject: zsh-workers/7564 --- Completion/Pbmplus/_pgmtoppm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Pbmplus/_pgmtoppm') 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 -- cgit 1.4.1