mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 01:10:06 +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
|
||
|
|
||
|
|