about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zip
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-12-17 15:47:24 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-12-17 15:47:24 +0000
commit13cf602435a15864bc1e6db9a1165566c7512aae (patch)
treeab5c48d7e5b4a5e6c8b52ea725ea63deaab9835c /Completion/Unix/Command/_zip
parenta476e5b7a3c0bc52e20656a729efc65f4ba0f352 (diff)
downloadzsh-13cf602435a15864bc1e6db9a1165566c7512aae.tar.gz
zsh-13cf602435a15864bc1e6db9a1165566c7512aae.tar.xz
zsh-13cf602435a15864bc1e6db9a1165566c7512aae.zip
users/4519: complete files in all argument positions for zip (bug fix)
Diffstat (limited to 'Completion/Unix/Command/_zip')
-rw-r--r--Completion/Unix/Command/_zip2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_zip b/Completion/Unix/Command/_zip
index 75592f6d3..7d4509e6f 100644
--- a/Completion/Unix/Command/_zip
+++ b/Completion/Unix/Command/_zip
@@ -51,7 +51,7 @@ case $service in
       '-x[exclude the following names]' \
       '-i[include only the following names]' \
       "(-f -d -R -q -c -b -@ -F -FF -A -T -y -e -h -u -m -g -j -l -ll -L -v -z -t -tt -o -D -J -X -n -0 -1 -2 -3 -4 -5 -6 -7 -8 -9):zip file:_files -g '(#i)*.(zip|[jw]ar)'" \
-      ':file:->files' && return 0
+      '*:file:->files' && return 0
   ;;
   unzip)
     _arguments -C -s \