Update coffee, html and latex

This commit is contained in:
Adam Stankiewicz
2013-09-30 12:03:06 +02:00
parent 04e6a8a73c
commit e9d8c39608
3 changed files with 41 additions and 20 deletions

View File

@@ -27,8 +27,8 @@ function! s:GetMakePrg()
\ ' -c' .
\ ' ' . b:coffee_litcoffee .
\ ' ' . g:coffee_make_options .
\ ' ' . fnameescape(expand('%')) .
\ ' $*'
\ ' $*' .
\ ' ' . fnameescape(expand('%'))
endfunction
" Set `makeprg` and return 1 if coffee is still the compiler, else return 0.