mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-03 19:11:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			90 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			90 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# function zfclose {
 | 
						|
[[ $curcontext = :zf* ]] || local curcontext=:zfclose
 | 
						|
zftp close
 | 
						|
# }
 |