mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			218 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			218 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #defcomp co ci rcs
 | |
| 
 | |
| [[ $COMMAND = ci || $COMMAND = rcs ]] && _files
 | |
| 
 | |
| if [[ $NMATCHES -eq 0 && -d RCS && $COMMAND != ci ]]; then
 | |
|   local rep
 | |
|   rep=(RCS/$PREFIX*$SUFFIX,v(:t:s/\,v//))
 | |
|   (( $#rep )) && compadd -m $rep
 | |
| fi
 |