view runtime/ftplugin/gitattributes.vim @ 30210:1ab4a87efc91

Added tag v9.0.0440 for changeset a970b48c25a34cd148e948d71ebdc6d9a1de5683
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:00:08 +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<'