crontab.vim 361 B

1234567891011121314151617
  1. " Vim filetype plugin
  2. " Language: crontab
  3. " Maintainer: Keith Smiley <keithbsmiley@gmail.com>
  4. " Last Change: 2022 Sep 11
  5. " Only do this when not done yet for this buffer
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " Don't load another plugin for this buffer
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setl commentstring<"
  12. setlocal commentstring=#\ %s