diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-06 18:22:01 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-06 18:22:01 +0000 |
commit | 6fa0143d34ff51faf14e729c6523f74357977ed2 (patch) | |
tree | b8a1926825d51d2a72bd3612fc4743a09fc94d0c /Completion/Cvs/_cvs | |
parent | d0211185d415dc22f6ef8ee58c8bf9d7cf48c1c3 (diff) | |
download | zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.gz zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.zip |
remove Completion/Cvs
Diffstat (limited to 'Completion/Cvs/_cvs')
-rw-r--r-- | Completion/Cvs/_cvs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Completion/Cvs/_cvs b/Completion/Cvs/_cvs deleted file mode 100644 index b064ee2df..000000000 --- a/Completion/Cvs/_cvs +++ /dev/null @@ -1,14 +0,0 @@ -#compdef cvs - -# "+Qqrwtnlvb:T:e:d:Hfz:s:xa" -_arguments -s \ - -{a,f,H,l,n,Q,q,r,t,v,w,x} \ - '--version' '--help' '--help-commands' '--help-synonyms' '--help-options' \ - '--allow-root=-:rootdir:_files -/' \ - '-b+:bindir:_cvs_bindir' \ - '-T+:temporary directory:_cvs_tempdir' \ - '-d+:cvsroot:_cvs_root' \ - '-e+:editor:_cvs_editor' \ - '-s+:user variable:_cvs_user_variable' \ - '-z:gzip level:_cvs_gzip_level' \ - '*::cvs command:_cvs_command' |