mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
14 lines
256 B
VimL
14 lines
256 B
VimL
" Vim compiler file
|
|
" Compiler: haxe
|
|
" Maintainer: Justin Donaldson <jdonaldson@gmail.com>
|
|
|
|
|
|
|
|
" select a build file if none is available
|
|
" this function sets the makeprg and errorformat
|
|
if !exists("b:vaxe_hxml")
|
|
call vaxe#AutomaticHxml()
|
|
endif
|
|
|
|
|