mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 9bc4f275b3
			
		
	
	9bc4f275b3
	
	
	
		
			
			Update runtime files.5477506a9fNA: vim-patch:2a9c9f6d89f1 "undo extra changes in src/Makefile"2a9c9f6d89
		
			
				
	
	
		
			14 lines
		
	
	
		
			276 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			276 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Vim compiler file
 | |
| " Compiler:     Erlang
 | |
| " Maintainer:	Dmitry Vasiliev <dima at hlabs dot org>
 | |
| " Last Change:	2019 Jul 23
 | |
| 
 | |
| if exists("current_compiler")
 | |
|   finish
 | |
| endif
 | |
| let current_compiler = "erlang"
 | |
| 
 | |
| CompilerSet makeprg=erlc\ -Wall\ %:S
 | |
| 
 | |
| CompilerSet errorformat=%f:%l:\ %m
 |