mrxvtrc.vim 798 B

1234567891011121314151617181920212223
  1. " Created : Wed 26 Apr 2006 01:20:53 AM CDT
  2. " Modified : Fri 28 Apr 2006 03:24:01 AM CDT
  3. " Author : Gautam Iyer <gi1242@users.sourceforge.net>
  4. " Description : ftplugin for mrxvtrc
  5. if exists("b:did_ftplugin")
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. let b:undo_ftplugin = "setl com< cms< fo<"
  10. " Really any line that does not match an option is a comment. But use '!' for
  11. " compatibility with x-defaults files, and "#" (preferred) for compatibility
  12. " with all other config files.
  13. "
  14. " Comments beginning with "#" are preferred because Vim will not flag the
  15. " first word as a spelling error if it is not capitalised. The '!' used as
  16. " comment leaders makes Vim think that every comment line is a new sentence.
  17. setlocal comments=:!,:# commentstring=#\ %s
  18. setlocal formatoptions-=t formatoptions+=croql