annotate runtime/ftplugin/sbt.vim @ 12688:a6a935b3270e
v8.0.1222
patch 8.0.1222: test functions interfere with each other
commit https://github.com/vim/vim/commit/ce11de87e26e1420703242f8e07b4fd69c4032ba
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 26 22:00:00 2017 +0200
patch 8.0.1222: test functions interfere with each other
Problem: Test functions interfere with each other.
Solution: Cleanup tab pages, windows and buffers. Reset option.
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 26 Oct 2017 22:15: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
|