I think I've tracked down the remaining problem. CoffeeCompile is defined as:
command! -buffer -range=% -bar -nargs=* \ -complete=customlist,s:CoffeeComplete \ CoffeeCompile call s:CoffeeCompile(<line1>, <line2>, <q-args>) and it still gives me the "invalid range" error. If i remove the "-buffer" argument it works again. If I take the example I posted and add the "-buffer" argument, I can reproduce the problem again when running vim with "--noplugin -u NONE -N" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.