2022-07-29 21:36:21 +01:00
|
|
|
" Vim filetype plugin file
|
|
|
|
" Language: XDG desktop entry
|
|
|
|
" Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com )
|
|
|
|
" Last Change: 2022-07-26
|
2024-06-03 20:40:45 +02:00
|
|
|
" 2024-05-24 by Riley Bruins <ribru17@gmail.com> ('commentstring')
|
2022-07-29 21:36:21 +01:00
|
|
|
|
|
|
|
if exists('b:did_ftplugin')
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let b:did_ftplugin = v:true
|
|
|
|
|
|
|
|
setl comments=:#
|
2024-06-03 20:40:45 +02:00
|
|
|
setl commentstring=#\ %s
|
2022-07-29 21:36:21 +01:00
|
|
|
let b:undo_ftplugin = 'setl com< cms<'
|