mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #autoload
 | |
| 
 | |
| local garbage
 | |
| 
 | |
| zparseopts -K -D -a garbage M: J: V: 1 2 n F: X:
 | |
| 
 | |
| [[ "$PREFIX$SUFFIX" != $~1 ]] && return 1
 | |
| 
 | |
| shift
 | |
| _message -e "$*"
 | |
| 
 | |
| [[ -n "$PREFIX$SUFFIX" ]]
 |