view runtime/ftplugin/sbt.vim @ 15258:5d2e3df2ca52

Added tag v8.1.0637 for changeset 31639f035d76723ddd13f8925ff1af369a1ddc80
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Dec 2018 23:45:05 +0100
parents d183d629509e
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