view runtime/ftplugin/gitattributes.vim @ 30332:462d122636b3

Added tag v9.0.0501 for changeset ddbac2551dacc3dce403cc1c00c1c354434bc44e
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Sep 2022 12:45:05 +0200
parents fee9eccee266
children
line wrap: on
line source

" Vim filetype plugin
" Language:	git attributes
" Maintainer:	ObserverOfTime <chronobserver@disroot.org>
" Last Change:	2022 Sep 08

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

setl comments=:# commentstring=#\ %s

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