mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 14:45:17 +00: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
|