From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/User/_gunzip | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/User/_gunzip') diff --git a/Completion/User/_gunzip b/Completion/User/_gunzip index 7868e0c24..78e62c4cc 100644 --- a/Completion/User/_gunzip +++ b/Completion/User/_gunzip @@ -1,3 +1,6 @@ #compdef gunzip zcat -_files -g '*.[gG][z]' +local expl + +_description expl 'compressed file' +_files "$expl[@]" -g '*.[gG][z]' -- cgit 1.4.1