mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef bibtex
 | |
| 
 | |
| # bibtex only works when the *.aux file exists, but complete the *.tex file in
 | |
| # case it hasn't been compiled yet.
 | |
| _files -g '*.(aux|tex)(:r)'
 |