about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-27 12:04:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-27 12:04:52 +0000
commitbd29ea48ec58524eee4c2cf9409cde340389488c (patch)
tree3dde31971ad6d56b20a5497edd42475941814b11 /Completion/Cvs/_cvs
parent0161b1ca7752c4a768dd3dcf38493290b9d36ff7 (diff)
downloadzsh-bd29ea48ec58524eee4c2cf9409cde340389488c.tar.gz
zsh-bd29ea48ec58524eee4c2cf9409cde340389488c.tar.xz
zsh-bd29ea48ec58524eee4c2cf9409cde340389488c.zip
zsh-workers/7516
Diffstat (limited to 'Completion/Cvs/_cvs')
-rw-r--r--Completion/Cvs/_cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Cvs/_cvs b/Completion/Cvs/_cvs
index b064ee2df..bb4c5fed0 100644
--- a/Completion/Cvs/_cvs
+++ b/Completion/Cvs/_cvs
@@ -10,5 +10,5 @@ _arguments -s \
   '-d+:cvsroot:_cvs_root' \
   '-e+:editor:_cvs_editor' \
   '-s+:user variable:_cvs_user_variable' \
-  '-z:gzip level:_cvs_gzip_level' \
+  '-z+:gzip level:_cvs_gzip_level' \
   '*::cvs command:_cvs_command'