On Friday, September 9, 2016 at 9:24:11 AM UTC-4, Denton Liu wrote: > Inside runtime/compiler, a file is missing, sbt.vim, which can be found here. > This is because ftplugin/scala.vim requires sbt in order to be sourced. > > > Currently, I am getting this error when I'm loading any *.scala files: > > Error detected while processing /usr/share/vim/vim74/ftplugin/scala.vim: > line 35: > E666: compiler not supported: sbt > > > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub
The scala ftplugin (which was just added to the default runtime in the last month), was updated again 3 days ago to remove the "compiler sbt". See: https://github.com/vim/vim/pull/995 https://github.com/vim/vim/pull/1043 https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab#diff-15 -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
