about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-03-17 05:15:35 +0000
committerClint Adams <clint@users.sourceforge.net>2002-03-17 05:15:35 +0000
commitff494e029907871d2cd4ea2f5901ec723a42865b (patch)
tree47915d6dee60658fcf0094c06fc5f1fa99252037 /Completion
parent0031e143575cd4ce3d1cdf9bb15bd45737630c9d (diff)
downloadzsh-ff494e029907871d2cd4ea2f5901ec723a42865b.tar.gz
zsh-ff494e029907871d2cd4ea2f5901ec723a42865b.tar.xz
zsh-ff494e029907871d2cd4ea2f5901ec723a42865b.zip
16847: complete multiple -j's after cvs update.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index 2e3288798..d4768ec73 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -552,7 +552,7 @@ _cvs_update () {
     '-k+[keyword]:keyword substitution:_cvs_k' \
     '(-D)-r+[specify revision]:tag:_cvs_revisions' \
     '(-r)-D+[specify date]:date:_cvs_D' \
-    '-j+[merge]:tag:_cvs_revisions' \
+    '*-j+[merge]:tag:_cvs_revisions' \
     '*-I+[ignore files]:file:_files' \
     '*-W+[wrapper specification]:spec:_files' \
     '*:file:_cvs_files'