mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | let encoding = &enc | ||
|  | if encoding == '' | ||
|  | 	let encoding = 'utf-8' | ||
|  | endif | ||
|  | 
 | ||
|  | if encoding == 'utf-8' | ||
|  | 	source <sfile>:p:h/persian-iranian_utf-8.vim | ||
|  | endif |