| author | James McCoy <jamessan@debian.org> |
| Sun Apr 29 17:01:58 2012 -0400 (2 weeks ago) | |
| branch | unstable |
| changeset 3701 | ea14d575406a |
| parent 3468 | f3b980de3fc7 |
| parent 3484 | af1e8a1714c2 |
| permissions | -rw-r--r-- |
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
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