annotate runtime/ftplugin/sbt.vim @ 16861:c669f6ba3c28
v8.1.1432
patch 8.1.1432: can't build with eval feature
commit https://github.com/vim/vim/commit/ccd6e3471df5250611a78489384a91c65fcc43c4
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 30 22:35:18 2019 +0200
patch 8.1.1432: can't build with eval feature
Problem: Can't build with eval feature.
Solution: Add missing rename.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 30 May 2019 22:45:04 +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
|