summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-29 22:33:18 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-29 22:33:18 +0200
commit40af4e3903d0701318b1b176e5fa9cdb03bb0f98 (patch)
tree339b1b610ec2160a9340bf22510c6e7a879c7f88 /runtime/ftplugin
parent1587a1e37db85425ae77054ab681a0bbb0d1affb (diff)
Updated runtime files. Add logcheck filetype plugin. (James Vega)
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/logcheck.vim17
1 files changed, 17 insertions, 0 deletions
diff --git a/runtime/ftplugin/logcheck.vim b/runtime/ftplugin/logcheck.vim
new file mode 100644
index 0000000000..765f6b471e
--- /dev/null
+++ b/runtime/ftplugin/logcheck.vim
@@ -0,0 +1,17 @@
+" Vim filetype plugin file
+" Language: Logcheck
+" Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
+" Last Change: 2010 Jul 29
+" License: GNU GPL, version 2.0
+" URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/logcheck.vim
+
+if exists("b:did_ftplugin")
+ finish
+endif
+let b:did_ftplugin = 1
+
+let b:undo_ftplugin = "setl fo<"
+
+" Do not hard-wrap non-comment lines since each line is a self-contained
+" regular expression
+setlocal formatoptions-=t