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