logcheck.vim 500 B

123456789101112131415161718
  1. " Vim filetype plugin file
  2. " Language: Logcheck
  3. " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
  4. " Last Change: 2012 Jan 15
  5. " License: Vim License
  6. " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/logcheck.vim
  7. if exists("b:did_ftplugin")
  8. finish
  9. endif
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setl fo<"
  12. " Do not hard-wrap non-comment lines since each line is a self-contained
  13. " regular expression
  14. setlocal formatoptions-=t