Mercurial > vim
view runtime/ftplugin/sbt.vim @ 15393:f5c098048499
Added tag v8.1.0704 for changeset 0807e2dbbab640284c90326430a1675832683a97
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 08 Jan 2019 20:30:07 +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