From 8ee1d64814e1f63b82691249b402a0479f964acd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 23:06:08 +0000 Subject: zsh-workers/9093 --- Completion/User/_tar_archive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/User/_tar_archive b/Completion/User/_tar_archive index 2c2696481..7d9fb54ac 100644 --- a/Completion/User/_tar_archive +++ b/Completion/User/_tar_archive @@ -16,6 +16,8 @@ _description files expl 'archive file' if [[ "$1" = *[tx]* ]]; then if [[ "$1" = *[zZ]* ]]; then _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|.tgz)' + elif [[ "$1" = *I* ]]; then + _files "$expl[@]" -g '*.(tar|TAR).bz2' else _files "$expl[@]" -g '*.(tar|TAR)' fi -- cgit 1.4.1