bindzone.vim 365 B

1234567891011121314151617
  1. " Vim filetype plugin file
  2. " Language: bind zone file
  3. " Maintainer: This runtime file is looking for a new maintainer.
  4. " Last Change: 2024 Jul 06
  5. if exists("b:did_ftplugin")
  6. finish
  7. endif
  8. let b:did_ftplugin=1
  9. setlocal comments=b:;
  10. setlocal commentstring=;\ %s
  11. setlocal formatoptions-=t
  12. setlocal formatoptions+=crq
  13. let b:undo_ftplugin = "setlocal com< cms< fo<"