view runtime/ftplugin/vdf.vim @ 33238:6c1d29d45734 v9.0.1892

patch 9.0.1892: CI: no FreeBSD 14 support Commit: https://github.com/vim/vim/commit/24a95f42b8469944a1e74838438ac8f1d86f9450 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Sep 10 18:31:51 2023 +0200 patch 9.0.1892: CI: no FreeBSD 14 support Problem: CI: no FreeBSD 14 support Solution: Drop support for FreeBSD 12, add FreeBSD 14 closes: #13059 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2023 18:45:03 +0200
parents 0827d3d6d8c0
children
line wrap: on
line source

" Vim filetype plugin
" Language:	Valve Data Format
" Maintainer:	ObserverOfTime <chronobserver@disroot.org>
" Last Change:	2022 Sep 15

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setl comments=:// commentstring=//\ %s
setl foldmethod=syntax

let b:undo_ftplugin = 'setl com< cms< fdm<'