view runtime/ftplugin/sbt.vim @ 11442:d183d629509e

Update runtime files. commit https://github.com/vim/vim/commit/b4d6c3ea4a59c6d8d4e0e52120596866f0edd510 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 27 16:45:17 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 May 2017 17:00:04 +0200
parents
children 136d4922b40b
line wrap: on
line source

" Vim filetype plugin file
" Language:     sbt
" Maintainer:   Steven Dobay <stevendobay at protonmail.com>
" 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