Denton Liu wrote: > > Inside |runtime/compiler|, a file is missing, |sbt.vim|, which can be > found here > <https://github.com/derekwyatt/vim-scala/blob/master/compiler/sbt.vim>. This > is because |ftplugin/scala.vim| > <https://github.com/derekwyatt/vim-scala/blob/master/ftplugin/scala.vim#L34> > 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 | > Hello:
I have vim v7.4.2351, huge version: * the string "sbt" does not appear in ftplugin/scala.vim (actually, fgrep sbt *.vim in that directory shows that it doesn't appear anywhere in that directory) * vim -u NONE -N junk.scala does not have the error message you're getting * I've also tried with a minimal .vimrc: vim -u simple8.vimrc junk.scala and did not get any error messages (the file "junk.scala" doesn't exist on my system) Are you sure that you haven't modified your system file(s)? Regards, Chip Campbell -- -- 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.
set nocp filetype plugin indent on syn on
