annotate runtime/ftplugin/sbt.vim @ 13566:c9bacbda2d5b
Small runtime update
commit https://github.com/vim/vim/commit/25a6e8a769aa1c0d308b5f871132961f37986d0a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 30 12:27:32 2018 +0200
Small runtime update
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 30 Mar 2018 12:30:06 +0200 |
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
|