mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #defcomp -condition-
 | |
| 
 | |
| if [[ -current -1 -o ]]; then
 | |
|   complist -o -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}'
 | |
| elif [[ -current -1 -nt || -current -1 -ot || -current -1 -ef ]]; then
 | |
|   _files
 | |
| else
 | |
|   _files
 | |
|   complist -v
 | |
| fi
 |