mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	moved from Completion/Builtins/_autoload
This commit is contained in:
		
							parent
							
								
									e056b8daea
								
							
						
					
					
						commit
						eca1b931f5
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								Completion/Zsh/Command/_autoload
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Completion/Zsh/Command/_autoload
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| #compdef autoload | ||||
| 
 | ||||
| local expl | ||||
| 
 | ||||
| if (( $words[(I)[-+]*w*] )); then | ||||
|   _description files expl 'zwc file' | ||||
|   _files "$expl[@]" -g '*.zwc' | ||||
| else | ||||
|   _wanted functions expl 'shell function' compadd - ${^fpath}/*(:t) | ||||
| fi | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue