logcheck.vim 453 B

123456789101112131415161718
  1. " Vim filetype plugin file
  2. " Language: Logcheck
  3. " Maintainer: Debian Vim Maintainers
  4. " Last Change: 2018 Dec 27
  5. " License: Vim License
  6. " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/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