view runtime/ftplugin/sbt.vim @ 17250:62c322fcbd20

Added tag v8.1.1624 for changeset 3e2e998ce0db4121082025d2a49057d1ed97611a
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 14:30:05 +0200
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