annotate runtime/ftplugin/sbt.vim @ 22835:1cdaabe8a505
Added tag v8.2.1964 for changeset fcbded1e3602f18ef4125031477a1b0a4089d67e
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 06 Nov 2020 19:00:05 +0100 |
parents |
d183d629509e |
children |
136d4922b40b |
rev |
line source |
11442
|
1 " Vim filetype plugin file
|
|
2 " Language: sbt
|
|
3 " Maintainer: Steven Dobay <stevendobay at protonmail.com>
|
|
4 " License: Same as Vim
|
|
5 " Last Change: 2017.04.30
|
|
6 " ----------------------------------------------------------------------------
|
|
7
|
|
8 if exists('b:did_ftplugin') || &cp
|
|
9 finish
|
|
10 endif
|
|
11
|
|
12 let b:did_ftplugin = 1
|
|
13
|
|
14 runtime! ftplugin/scala.vim
|
|
15
|