mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-16 14:41:02 +02:00
15 lines
363 B
Text
15 lines
363 B
Text
#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'
|