From 1ba5ba91ae0768f2ffe34c6e46483593380cc5f8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 31 Jul 2001 13:54:04 +0000 Subject: 15551: complete presumably compressed files for gzip -t and -l --- Completion/Unix/Command/_gzip | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_gzip') diff --git a/Completion/Unix/Command/_gzip b/Completion/Unix/Command/_gzip index dc0399071..46664958d 100644 --- a/Completion/Unix/Command/_gzip +++ b/Completion/Unix/Command/_gzip @@ -57,7 +57,9 @@ esac case "$state" in files) - (( $+opt_args[-d] || $+opt_args[--decompress] || $+opt_args[--uncompress] )) && + (( $+opt_args[-d] || $+opt_args[--decompress] || $+opt_args[--uncompress] || + $+opt_args[-l] || $+opt_args[--list] || + $+opt_args[-t] || $+opt_args[--test] )) && decompress=yes if (( $+opt_args[-r] || $+opt_args[--recursive] )); then if [[ -z "$decompress" ]]; then -- cgit 1.4.1