desktop.vim 300 B

1234567891011121314
  1. " 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
  5. if exists('b:did_ftplugin')
  6. finish
  7. endif
  8. let b:did_ftplugin = v:true
  9. setl comments=:#
  10. setl commentstring=#%s
  11. let b:undo_ftplugin = 'setl com< cms<'