Re: [vim/vim] Runtime files do not include sbt.vim (#1051)

2016-09-09 Fir de Conversatie Matthew Desjardins
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim/vim] Runtime files do not include sbt.vim (#1051)

2016-09-09 Fir de Conversatie Charles E Campbell
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 |
>
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
set nocp
filetype plugin indent on
syn on