1" Vim filetype plugin file 2" Language: Logcheck 3" Maintainer: Debian Vim Maintainers <[email protected]> 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 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