Install vim73
[git/jnareb-git.git] / share / vim / vim73 / ftplugin / logcheck.vim
blob765f6b471e31124a4969ac4d7f4b73ff9175fcba
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
8 if exists("b:did_ftplugin")
9     finish
10 endif
11 let b:did_ftplugin = 1
13 let b:undo_ftplugin = "setl fo<"
15 " Do not hard-wrap non-comment lines since each line is a self-contained
16 " regular expression
17 setlocal formatoptions-=t