| 
									
										
										
										
											2008-07-13 17:41:49 +00:00
										 |  |  | " Logtalk filetype plugin file | 
					
						
							|  |  |  | " Language:         Logtalk | 
					
						
							|  |  |  | " Maintainer:       Paulo Moura <pmoura@logtalk.org> | 
					
						
							| 
									
										
										
										
											2018-08-11 18:00:22 +02:00
										 |  |  | " Latest Revision:  2018-08-03 | 
					
						
							| 
									
										
										
										
											2008-07-13 17:41:49 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if exists("b:did_ftplugin") | 
					
						
							|  |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | let b:did_ftplugin = 1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-11 18:00:22 +02:00
										 |  |  | setlocal ts=4 | 
					
						
							| 
									
										
										
										
											2008-07-13 17:41:49 +00:00
										 |  |  | setlocal sw=4 | 
					
						
							|  |  |  | setlocal fdm=syntax | 
					
						
							| 
									
										
										
										
											2018-08-11 18:00:22 +02:00
										 |  |  | setlocal fdn=10 | 
					
						
							| 
									
										
										
										
											2008-07-13 17:41:49 +00:00
										 |  |  | setlocal fdc=2 | 
					
						
							|  |  |  | setlocal autoindent | 
					
						
							|  |  |  | setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict |