mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef setopt
 | |
| 
 | |
| # If you first want to complete only unset options, un-comment the lines
 | |
| # setting the _unset_options  array and then use:
 | |
| #
 | |
| #   _unset_options || _options
 | |
| #
 | |
| # here.
 | |
| 
 | |
| _options
 |