mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
gitignore sources_non_forked_cache
This commit is contained in:
15
sources_non_forked/vim-coffee-script/compiler/cake.vim
Normal file
15
sources_non_forked/vim-coffee-script/compiler/cake.vim
Normal file
@ -0,0 +1,15 @@
|
||||
" Language: CoffeeScript
|
||||
" Maintainer: Mick Koch <mick@kochm.co>
|
||||
" 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()
|
Reference in New Issue
Block a user