diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-30 12:03:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-30 12:03:06 +0200 |
commit | e9d8c396089c56d39ae374f29d3a6f45b63420fc (patch) | |
tree | effecc4b183dcd14056d0bfb9c6d908cc7c8eb84 /compiler | |
parent | 04e6a8a73cce5f4b78671e87aba19ce9abb52ac4 (diff) | |
download | vim-polyglot-e9d8c396089c56d39ae374f29d3a6f45b63420fc.tar.gz vim-polyglot-e9d8c396089c56d39ae374f29d3a6f45b63420fc.zip |
Update coffee, html and latex
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/coffee.vim | 4 |
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. |