diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-22 02:20:44 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-22 02:20:44 +0000 |
commit | d455c70fde2db67ad27c83fb7241f335a5058590 (patch) | |
tree | 8d7fdbfb8a65cdd3dbe8ee0457bc1c238ccd2a28 /Completion/Unix/Command/_cvs | |
parent | dd9176797997d090073f74b878f82a81827da47d (diff) | |
download | zsh-d455c70fde2db67ad27c83fb7241f335a5058590.tar.gz zsh-d455c70fde2db67ad27c83fb7241f335a5058590.tar.xz zsh-d455c70fde2db67ad27c83fb7241f335a5058590.zip |
28052: remove duplicated completion of the cvs version subcommand
Diffstat (limited to 'Completion/Unix/Command/_cvs')
-rw-r--r-- | Completion/Unix/Command/_cvs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 9b8eb0c4e..3c06e0481 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -48,7 +48,6 @@ _cvs_command() { (( $+_cvs_cmds )) || _cvs_cmds=( ${${(f)"$(_call_program commands cvs --help-commands 2>&1)"}[2,-2]/(#b) #([a-z]##) #([A-Z])/$match[1]:${match[2]:l}} - 'version:display cvs version being used on client and server' ) if (( CURRENT == 1 )); then |