view runtime/ftplugin/gitattributes.vim @ 31362:7fc63cd1c462

Added tag v9.0.1014 for changeset abb9d25924d87e07c6a92c18147c6ffa777520ac
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 22:45:04 +0100
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<'