mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#autoload
 | 
						|
 | 
						|
local expl
 | 
						|
 | 
						|
if [[ CURRENT -eq 2 ]]; then
 | 
						|
  _wanted commands expl command compadd "$@"
 | 
						|
else
 | 
						|
  _message 'no more arguments'
 | 
						|
fi
 |