about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-16 13:08:17 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-16 13:08:17 +0000
commit3a84a91e2bb455546a0e01cfe6b6b68ca70b1efb (patch)
tree196c14770e8c0bf704ea06899f5c176363f6474a /Completion/User
parenta4054ed26295617a5c4914daa1b76f9d4781be12 (diff)
downloadzsh-3a84a91e2bb455546a0e01cfe6b6b68ca70b1efb.tar.gz
zsh-3a84a91e2bb455546a0e01cfe6b6b68ca70b1efb.tar.xz
zsh-3a84a91e2bb455546a0e01cfe6b6b68ca70b1efb.zip
zsh-workers/8648
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/_tar2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_tar b/Completion/User/_tar
index defaaf39a..2d7d630ab 100644
--- a/Completion/User/_tar
+++ b/Completion/User/_tar
@@ -107,7 +107,7 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
     _tar_cache_name=$tf
   fi
 
-  _wanted archived-files expl 'file from archive' &&
+  _wanted files expl 'file from archive' &&
       _multi_parts "$expl[@]" / _tar_cache_list
 else