Initial class construction
This commit is contained in:
13
Git/usr/share/vim/vim81/compiler/erlang.vim
Normal file
13
Git/usr/share/vim/vim81/compiler/erlang.vim
Normal file
@ -0,0 +1,13 @@
|
||||
" Vim compiler file
|
||||
" Compiler: Erlang
|
||||
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||
" Last Change: 2012-02-13
|
||||
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
let current_compiler = "erlang"
|
||||
|
||||
CompilerSet makeprg=erlc\ -Wall\ %
|
||||
|
||||
CompilerSet errorformat=%f:%l:\ %m
|
Reference in New Issue
Block a user