diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-27 11:34:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-27 11:34:46 +0000 |
commit | 08225106263417d4d6124c1ce619b8c8ae447bdb (patch) | |
tree | 5e72be1efdc02410fa4c45286eff10c24cadf0ce /Completion | |
parent | 47fc2c2662ec417d274b62f65a26edb09725a754 (diff) | |
download | zsh-08225106263417d4d6124c1ce619b8c8ae447bdb.tar.gz zsh-08225106263417d4d6124c1ce619b8c8ae447bdb.tar.xz zsh-08225106263417d4d6124c1ce619b8c8ae447bdb.zip |
15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 691407356..cd845e364 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -525,7 +525,7 @@ _cvs_tag () { '(-d)-f[force a head revision]' \ '-r+[specify revision]:tag:_cvs_revisions' \ '-D+[specify date]:date:_cvs_D' \ - ':tag:' \ + ':tag:_cvs_revisions' \ '*:file:_cvs_files' } |