mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-30 17:50:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #autoload
 | |
| 
 | |
| local curcontext="${curcontext:-}"
 | |
| 
 | |
| if [[ -z "$curcontext" ]]; then
 | |
|   curcontext="${WIDGET}:::"
 | |
| else
 | |
|   curcontext="${WIDGET}:${curcontext#*:}"
 | |
| fi
 | |
| 
 | |
| _main_complete "$@"
 |