mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			96 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | " Vim :throw command | ||
|  | 
 | ||
|  | " :help :throw | ||
|  | 
 | ||
|  | try | throw "oops" | catch /^oo/ | echo "caught" | endtry |