Mercurial > vim
view runtime/ftplugin/sbt.vim @ 29019:7cf98b61e022
Added tag v8.2.5031 for changeset 4a7650a894d4376260a962835646451aa5c79e09
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 27 May 2022 21:15:03 +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