about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zip
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-10-26 18:35:36 +0200
committerOliver Kiddle <opk@zsh.org>2021-10-26 18:35:36 +0200
commit4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6 (patch)
treec3d4ef7aa76460795ecada6d284af72aac4d9242 /Completion/Unix/Command/_zip
parent8764cba90b13238d0d4bf62383cab6039508c7cf (diff)
downloadzsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.gz
zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.xz
zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.zip
49519: quote completed options as needed and remove the now superfluous quotes from option specifications
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 bc9aab1a5..cfa51be36 100644
--- a/Completion/Unix/Command/_zip
+++ b/Completion/Unix/Command/_zip
@@ -115,7 +115,7 @@ case $service in
       '(-U)-UU[ignore any Unicode fields]' \
       '-W[modify pattern matching so only ** matches /]' \
       '-\:[allow extraction outside of extraction base directory]' \
-      '-\\\^[allow control characters in extracted entries]' \
+      '-^[allow control characters in extracted entries]' \
       '-i[include the following names]:*-*:pattern' \
       '-x[exclude the following names]:*-*:pattern' \
       "(-p -f -u -l -t -z -n -o -j -C -X -q -qq -a -aa -v -L -M)1:zip file:_files -g '(#i)*.(zip|xpi|[ejw]ar)(-.)'" \