mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #function unhash
 | |
| 
 | |
| [[ -mword 1 -*d* ]] && complist -n
 | |
| [[ -mword 1 -*a* ]] && complist -a
 | |
| [[ -mword 1 -*f* ]] && complist -F
 | |
| [[ ! -mword 1 -* ]] && complist -m
 |