mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
16847: complete multiple -j's after cvs update.
This commit is contained in:
parent
0031e14357
commit
ff494e0299
@ -1,5 +1,8 @@
|
||||
2002-03-17 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 16847: Completion/Unix/Command/_cvs: complete multiple -j's after
|
||||
cvs update.
|
||||
|
||||
* 16846: Completion/X/Command/_xdvi: complete .dvi.gz and .dvi.bz2
|
||||
too.
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user