From abf389c59fba6380b5c929c9c5f6fea427b7990e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 23 Feb 2000 11:23:04 +0000 Subject: zsh-workers/9837 --- Completion/User/_gunzip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User') diff --git a/Completion/User/_gunzip b/Completion/User/_gunzip index 936420fe1..90bdd56a2 100644 --- a/Completion/User/_gunzip +++ b/Completion/User/_gunzip @@ -3,4 +3,4 @@ local expl _description files expl 'compressed file' -_files "$expl[@]" -g '*.([tT]|)[gG][z]' +_files "$expl[@]" -g '*.([tT]|)[gG][zZ]' -- cgit 1.4.1