blob: 3502dd2717a934fd74d1963445825e69f7235f3d [file] [log] [blame]
Bram Moolenaar71b6d332022-09-10 13:13:14 +01001" Vim filetype plugin
2" Language: git ignore
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Sep 10
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<'