Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > a0b70d761d82dc51a820d13d5b3b3455 > files > 18

vim-7.4.430-7.1.mga5.src.rpm

--- ./runtime/filetype.vim	2006-02-13 14:38:29.000000000 +0100
+++ ./runtime/filetype.vim	2006-02-13 14:37:27.000000000 +0100
@@ -2660,6 +2660,9 @@ runtime! ftdetect/*.vim
 " state.
 augroup END
 
+" dhcpd.conf
+au BufNewFile,BufRead dhcpd.conf                setf dhcpd
+
 " Generic configuration file (check this last, it's just guessing!)
 au filetypedetect BufNewFile,BufRead,StdinReadPost *
 	\ if !did_filetype() && expand("<amatch>") !~ g:ft_ignore_pat