mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | " Vim filetype plugin file | ||
|  | " Language:             unison | ||
|  | " Maintainer:           Anton Parkhomenko <anton@chuwy.me> | ||
|  | " Latest Revision:      2023-08-07 | ||
|  | 
 | ||
|  | if exists("b:did_ftplugin") | ||
|  |   finish | ||
|  | endif | ||
|  | let b:did_ftplugin = 1 | ||
|  | 
 | ||
|  | let b:undo_ftplugin = "setl cms< isk<" | ||
|  | 
 | ||
|  | setlocal commentstring=--\ %s | ||
|  | setlocal iskeyword+=!,' |