--- vim-7.0/runtime/filetype.vim~ 2006-04-29 14:54:54.702689335 +0300 +++ vim-7.0/runtime/filetype.vim 2006-04-29 14:56:07.254310876 +0300 @@ -1974,7 +1974,7 @@ " More Apache style config files au BufNewFile,BufRead */etc/proftpd/*.conf*,*/etc/proftpd/conf.*/* call s:StarSetf('apachestyle') -au BufNewFile,BufRead proftpd.conf* call s:StarSetf('apachestyle') +au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf* call s:StarSetf('apachestyle') " More Apache config files au BufNewFile,BufRead access.conf*,apache.conf*,apache2.conf*,httpd.conf*,srm.conf* call s:StarSetf('apache')