Mercurial > vim
view runtime/ftplugin/sbt.vim @ 20901:7d0fe945278c v8.2.1002
patch 8.2.1002: test may fail when run directly
Commit: https://github.com/vim/vim/commit/ceb2e7751089bd417c6250d63e28616483b5796b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 18 18:33:59 2020 +0200
patch 8.2.1002: test may fail when run directly
Problem: Test may fail when run directly.
Solution: Check if g:run_nr exists. (Christian Brabandt, closes https://github.com/vim/vim/issues/6285)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 18 Jun 2020 18:45:04 +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