From e6282df1155e8d9b08b2e518a452c1997973f1ce Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 12 Nov 1999 15:28:24 +0000 Subject: manual/8630 --- Completion/User/_tiff | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/User/_tiff') diff --git a/Completion/User/_tiff b/Completion/User/_tiff index e02ce6455..e3a023c24 100644 --- a/Completion/User/_tiff +++ b/Completion/User/_tiff @@ -19,7 +19,7 @@ fi local _in_tiff=yes -local state line ret=1 +local context state line ret=1 typeset -A opt_args case "$words[1]" in @@ -194,6 +194,8 @@ if [[ -n "$state" ]]; then ;; esac else + _tags "$context" values || return 1 + _description expl 'compression scheme' compadd "$expl[@]" - none g4 packbits && ret=0 compadd "$expl[@]" -qS: - lzw zip jpeg g3 && ret=0 -- cgit 1.4.1