samba.vim 345 B

123456789101112131415
  1. " Vim filetype plugin
  2. " Language: smb.conf(5) configuration file
  3. " Maintainer: Matt Perry <matt@mattperry.com>
  4. " Last Change: 2025 Feb 13
  5. if exists('b:did_ftplugin')
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. setlocal comments=:;,:# commentstring=#\ %s
  10. setlocal formatoptions-=t formatoptions+=croql
  11. let b:undo_ftplugin = 'setl com< cms< fo<'