summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/coffee.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/coffee.vim b/compiler/coffee.vim
index f521ca9e..a70fa64c 100644
--- a/compiler/coffee.vim
+++ b/compiler/coffee.vim
@@ -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.