Skip to content

Commit

Permalink
Forgot to update CoffeeWatch call in CoffeeCompile
Browse files Browse the repository at this point in the history
  • Loading branch information
kchmck committed Aug 25, 2013
1 parent 147ce21 commit 0e80a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/coffee.vim
Expand Up @@ -147,7 +147,7 @@ endfunction
function! s:CoffeeCompile(startline, endline, args)
if a:args =~ '\<watch\>'
echoerr 'CoffeeCompile watch is deprecated! Please use CoffeeWatch instead'
call s:CoffeeWatch(a:startline, a:endline, a:args)
call s:CoffeeWatch(a:args)
return
endif

Expand Down

0 comments on commit 0e80a2c

Please sign in to comment.