fetchmail.vim 397 B

1234567891011121314151617
  1. " Vim filetype plugin file
  2. " Language: fetchmail(1) RC File
  3. " Maintainer: Doug Kearns <dougkearns@gmail.com>
  4. " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
  5. " Latest Revision: 2022 Jun 30
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. let b:did_ftplugin = 1
  10. setlocal comments=:# commentstring=#\ %s
  11. setlocal formatoptions-=t formatoptions+=croql
  12. let b:undo_ftplugin = "setl com< cms< fo<"