mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
|   | " Vim filetype plugin file | ||
|  | " Language:  systemd.unit(5) | ||
|  | 
 | ||
|  | if !exists('b:did_ftplugin') | ||
|  |   " Looks a lot like dosini files. | ||
|  |   runtime! ftplugin/dosini.vim | ||
|  | endif |