Skip to content

Commit

Permalink
Sleep so the message is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
kchmck committed Aug 31, 2013
1 parent cb3289b commit ae01571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftplugin/coffee.vim
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ endfunction
function! s:CoffeeCompile(startline, endline, args)
if a:args =~ '\<watch\>'
echoerr 'CoffeeCompile watch is deprecated! Please use CoffeeWatch instead'
sleep 5
call s:CoffeeWatch(a:args)
return
endif
Expand Down

0 comments on commit ae01571

Please sign in to comment.