blob: 2025d009d2109593e64517531f508e8724191804 [file] [log] [blame]
Bram Moolenaar71b6d332022-09-10 13:13:14 +01001" Vim filetype plugin
2" Language: git attributes
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Sep 08
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:# commentstring=#\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'