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_diff | |
parent | d0211185d415dc22f6ef8ee58c8bf9d7cf48c1c3 (diff) | |
download | zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.gz zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.xz zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.zip |
remove Completion/Cvs
Diffstat (limited to 'Completion/Cvs/_cvs_diff')
-rw-r--r-- | Completion/Cvs/_cvs_diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/Cvs/_cvs_diff b/Completion/Cvs/_cvs_diff deleted file mode 100644 index 8f509a694..000000000 --- a/Completion/Cvs/_cvs_diff +++ /dev/null @@ -1,15 +0,0 @@ -#autoload - -# "+abcdefhilnpstuw0123456789BHNRC:D:F:I:L:U:V:W:k:r:" -_arguments -s \ - -{a,b,c,d,e,f,h,i,l,n,p,s,t,u,w,0,1,2,3,4,5,6,7,8,9,B,H,N,R} \ - '-C:lines:' \ - '-D+:date:_cvs_D' \ - '-F+:regex:' \ - '-I+:regex:' \ - '*-L+:label:' \ - '-U:lines:' \ - '-W:columns:' \ - '-k+:keyword substitution:_cvs_k' \ - '-r+:tag:_cvs_revisions' \ - '*:file:_cvs_diff_arg' |