mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| #autoload
 | |
| 
 | |
| # "+abcdefhilnpstuw0123456789BHNRC:D:F:I:L:U:V:W:k:r:"
 | |
| _arguments -s \
 | |
|   -{l,R} \
 | |
|   '-D+:date:_cvs_D' \
 | |
|   '-k+:keyword substitution:_cvs_k' \
 | |
|   '-r+:tag:_cvs_revisions' \
 | |
|   -{h,p,0,1,2,3,4,5,6,7,8,9} \
 | |
|   '--binary' \
 | |
|   '--brief' \
 | |
|   '--changed-group-format=:format:' \
 | |
|   '-c' '-C+:lines:' '--context=-:lines:' \
 | |
|   '-e' '--ed' \
 | |
|   '-t' '--expand-tabs' \
 | |
|   '-f' '--forward-ed' \
 | |
|   '--horizon-lines=:lines:' \
 | |
|   '--ifdef=:name:' \
 | |
|   '-w' '--ignore-all-space' \
 | |
|   '-B' '--ignore-blank-lines' \
 | |
|   '-i' '--ignore-case' \
 | |
|   '-I+:regex:' '--ignore-matching-lines=:regex:' \
 | |
|   '-b' '--ignore-space-change' \
 | |
|   '--initial-tab' \
 | |
|   '*-L+:label:' '*--label=:label:' \
 | |
|   '--left-column' \
 | |
|   '--line-format=:format:' \
 | |
|   '-d' '--minimal' \
 | |
|   '-N' '--new-file' \
 | |
|   '--new-group-format=:format:' \
 | |
|   '--new-line-format=:format:' \
 | |
|   '--old-group-format=:format:' \
 | |
|   '--old-line-format=:format:' \
 | |
|   '--paginate' \
 | |
|   '-n' '--rcs' \
 | |
|   '-s' '--report-identical-files' \
 | |
|   '--show-c-function' \
 | |
|   '-F+:regex:' '--show-function-line=:regex:' \
 | |
|   '-y' '--side-by-side' \
 | |
|   '-H' '--speed-large-files' \
 | |
|   '--suppress-common-lines' \
 | |
|   '-a' '--text' \
 | |
|   '--unchanged-group-format=:format:' \
 | |
|   '--unchanged-line-format=:format:' \
 | |
|   '-u' '-U+:lines:' '--unified=-:lines:' \
 | |
|   '-W:columns:' '--width=:columns:' \
 | |
|   '*:file:_cvs_diff_arg'
 |