| 
									
										
										
										
											2014-08-29 15:12:19 +02:00
										 |  |  | " Vim filetype plugin | 
					
						
							|  |  |  | " Language:	Dockerfile | 
					
						
							|  |  |  | " Maintainer:   Honza Pokorny <http://honza.ca> | 
					
						
							| 
									
										
										
										
											2025-02-22 15:09:03 +01:00
										 |  |  | " Last Change:	2025 Feb 21 | 
					
						
							| 
									
										
										
										
											2014-08-29 15:12:19 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | " Only do this when not done yet for this buffer | 
					
						
							|  |  |  | if exists("b:did_ftplugin") | 
					
						
							|  |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Don't load another plugin for this buffer | 
					
						
							|  |  |  | let b:did_ftplugin = 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-22 15:09:03 +01:00
										 |  |  | setlocal comments=:# | 
					
						
							| 
									
										
										
										
											2014-08-29 15:12:19 +02:00
										 |  |  | setlocal commentstring=#\ %s | 
					
						
							| 
									
										
										
										
											2024-12-20 19:53:55 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-22 15:09:03 +01:00
										 |  |  | let b:undo_ftplugin = "setl comments< commentstring<" |