]> git.pld-linux.org Git - packages/vim.git/blame - vim-nagios.patch
Up to 9.1.0168
[packages/vim.git] / vim-nagios.patch
CommitLineData
8d2adfbf
ER
1--- vim-7.0/runtime/filetype.vim~ 2006-03-30 22:10:33.046344554 +0300
2+++ vim-7.0/runtime/filetype.vim 2006-03-30 23:14:19.721780355 +0300
27f1ff4f
AM
3@@ -2255,6 +2255,8 @@ au BufNewFile,BufRead *
4 \ | runtime! scripts.vim | endif
5 au StdinReadPost * if !did_filetype() | runtime! scripts.vim | endif
8d2adfbf
ER
6
7+" Nagios config
8+au BufNewFile,BufRead /*etc/nagios/*.cfg,*sample-config/template-object/*.cfg{,.in},/var/lib/nagios/objects.cache set filetype=nagios
9
1eeb3fe4
JP
10 " Plain text files, needs to be far down to not override others. This avoids
11 " the "conf" type being used if there is a line starting with '#'.
27f1ff4f 12
This page took 1.467329 seconds and 4 git commands to generate.