text.vim 433 B

123456789101112131415161718
  1. " Vim filetype plugin
  2. " Language: Text
  3. " Maintainer: David Barnett <daviebdawg+vim@gmail.com>
  4. " Last Change: 2014 Jul 09
  5. if exists('b:did_ftplugin')
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. let b:undo_ftplugin = 'setlocal comments< commentstring<'
  10. " We intentionally don't set formatoptions-=t since text should wrap as text.
  11. " Pseudo comment leaders to indent bulleted lists.
  12. setlocal comments=fb:-,fb:*
  13. setlocal commentstring=