From bbee246aaeb7fb689c7a2ae2bb911e34cabe7b00 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 14 Oct 2020 23:01:53 +0200 Subject: Add and fix tests from upstream vim --- ftplugin/sbt.vim | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ftplugin/sbt.vim (limited to 'ftplugin/sbt.vim') diff --git a/ftplugin/sbt.vim b/ftplugin/sbt.vim new file mode 100644 index 00000000..13601c87 --- /dev/null +++ b/ftplugin/sbt.vim @@ -0,0 +1,19 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sbt') == -1 + +" Vim filetype plugin file +" Language: sbt +" Maintainer: Steven Dobay +" License: Same as Vim +" Last Change: 2017.04.30 +" ---------------------------------------------------------------------------- + +if exists('b:did_ftplugin') || &cp + finish +endif + +let b:did_ftplugin = 1 + +runtime! ftplugin/scala.vim + + +endif -- cgit v1.2.3