home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / ftplugin / logcheck.vim < prev    next >
Encoding:
Text File  |  2012-05-31  |  517 b   |  18 lines

  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.  
  8. if exists("b:did_ftplugin")
  9.     finish
  10. endif
  11. let b:did_ftplugin = 1
  12.  
  13. let b:undo_ftplugin = "setl fo<"
  14.  
  15. " Do not hard-wrap non-comment lines since each line is a self-contained
  16. " regular expression
  17. setlocal formatoptions-=t
  18.