mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
12 lines
190 B
VimL
12 lines
190 B
VimL
|
" Vim compiler file
|
||
|
" Compiler: Erlang
|
||
|
" Maintainer: none, please volunteer!
|
||
|
" Last Change: 2012 Jan 20
|
||
|
|
||
|
if exists("current_compiler")
|
||
|
finish
|
||
|
endif
|
||
|
let current_compiler = "erlang"
|
||
|
|
||
|
" TODO
|