Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > da1cd862f68e9a90976a3d97518eaa8a > files > 13

vim-7.2.065-9.4mdv2009.0.src.rpm

--- ./runtime/filetype.vim	2006-02-13 14:38:29.000000000 +0100
+++ ./runtime/filetype.vim	2006-02-13 14:37:27.000000000 +0100
@@ -1759,6 +1759,9 @@
 " Z-Shell script
 au BufNewFile,BufRead zsh*,zlog*               setf zsh

+" dhcpd.conf
+au BufNewFile,BufRead dhcpd.conf                setf dhcpd
+
 " Generic configuration file (check this last, it's just guessing!)
 au BufNewFile,BufRead,StdinReadPost *
        \ if !did_filetype() && expand("<amatch>") !~ g:ft_ignore_pat