From 6576451be197b04713deee63de64e3784cda744d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 5 Dec 2009 17:29:11 +0000 Subject: Ingmar Vanhassel: 27456: complete .tar.lzma, .tbz, .txz. --- ChangeLog | 7 ++++++- Completion/Unix/Type/_tar_archive | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 859f7094f..e397104a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-05 Clint Adams + + * Ingmar Vanhassel: 27456: Completion/Unix/Type/_tar_archive: + complete .tar.lzma, .tbz, .txz. + 2009-12-03 Clint Adams * 27448: Completion/Unix/Command/_tar, @@ -12430,5 +12435,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4830 $ +* $Revision: 1.4831 $ ***************************************************** diff --git a/Completion/Unix/Type/_tar_archive b/Completion/Unix/Type/_tar_archive index a39e841f8..28df77638 100644 --- a/Completion/Unix/Type/_tar_archive +++ b/Completion/Unix/Type/_tar_archive @@ -19,9 +19,9 @@ if [[ "$1" = *[urtx]* ]]; then elif [[ "$1" = *[Ijy]* ]]; then _files "$expl[@]" -g '*.(tar|TAR).bz2(-.)' elif [[ "$1" = *J* ]]; then - _files "$expl[@]" -g '*.(tar|TAR).xz(-.)' + _files "$expl[@]" -g '*.(tar|TAR).(lzma|xz)(-.)' elif [[ "$_cmd_variant[$service]" == gnu ]]; then - _files "$expl[@]" -g '*.((tar|TAR)(.gz|.GZ|.Z|.bz2|xz|)|tgz)(-.)' + _files "$expl[@]" -g '*.((tar|TAR)(.gz|.GZ|.Z|.bz2|.lzma|.xz|)|(tbz|tgz|txz))(-.)' else _files "$expl[@]" -g '*.(tar|TAR)(-.)' fi -- cgit 1.4.1