1
0
Fork 0
mirror of synced 2024-07-01 04:51:10 -04:00
ultimate-vim/bundle/vim-coffee-script/compiler/cake.vim
2014-05-09 21:28:39 +02:00

16 lines
433 B
VimL

" Language: CoffeeScript
" Maintainer: Mick Koch <kchmck@gmail.com>
" URL: http://github.com/kchmck/vim-coffee-script
" License: WTFPL
if exists('current_compiler')
finish
endif
let current_compiler = 'cake'
call coffee#CoffeeSetUpVariables()
exec 'CompilerSet makeprg=' . escape(g:coffee_cake . ' ' .
\ g:coffee_cake_options . ' $*', ' ')
call coffee#CoffeeSetUpErrorFormat()