about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_diff
blob: 8f509a694e1d0929eb04c8c57d7a6fe43648af43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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'