diff runtime/filetype.vim @ 2434:86532ee3ea41 vim73

Updated runtime files. Add logcheck filetype plugin. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Thu, 29 Jul 2010 22:33:18 +0200
parents 8f017e31750f
children c587f56735cc
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
 " Vim support file to detect file types
 "
 " Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last Change:	2010 Jul 26
+" Last Change:	2010 Jul 29
 
 " Listen very carefully, I will say this only once
 if exists("did_load_filetypes")
@@ -2403,6 +2403,9 @@ au! BufNewFile,BufRead *jarg*
 " Kconfig
 au BufNewFile,BufRead Kconfig.*			call s:StarSetf('kconfig')
 
+" Logcheck
+au BufNewFile,BufRead /etc/logcheck/*.d*/*	call s:StarSetf('logcheck')
+
 " Makefile
 au BufNewFile,BufRead [mM]akefile*		call s:StarSetf('make')