blob: d15afd24b938cbc735c9937896957c2c5fe8435a [file] [log] [blame]
Bram Moolenaar2ecbe532022-07-29 21:36:21 +01001" Vim filetype plugin file
2" Language: XDG desktop entry
3" Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com )
4" Last Change: 2022-07-26
Riley Bruins0a083062024-06-03 20:40:45 +02005" 2024-05-24 by Riley Bruins <ribru17@gmail.com> ('commentstring')
Bram Moolenaar2ecbe532022-07-29 21:36:21 +01006
7if exists('b:did_ftplugin')
8 finish
9endif
10let b:did_ftplugin = v:true
11
12setl comments=:#
Riley Bruins0a083062024-06-03 20:40:45 +020013setl commentstring=#\ %s
Bram Moolenaar2ecbe532022-07-29 21:36:21 +010014let b:undo_ftplugin = 'setl com< cms<'