deb822sources.vim 475 B

1234567891011121314151617
  1. " Language: Debian sources.list
  2. " Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
  3. " Last Change: 2024 May 25
  4. " License: Vim License
  5. " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/deb822sources.vim
  6. if exists('b:did_ftplugin')
  7. finish
  8. endif
  9. let b:did_ftplugin=1
  10. setlocal comments=:#
  11. setlocal commentstring=#\ %s
  12. setlocal formatoptions-=t
  13. let b:undo_ftplugin = 'setlocal comments< commentstring< formatoptions<'