]> git.pld-linux.org Git - packages/vim.git/blame_incremental - vim-filetypes.patch
up to 9.0.1259
[packages/vim.git] / vim-filetypes.patch
... / ...
CommitLineData
1--- vim-7.0/runtime/filetype.vim~ 2006-04-29 14:54:54.702689335 +0300
2+++ vim-7.0/runtime/filetype.vim 2006-04-29 14:56:07.254310876 +0300
3@@ -1974,7 +1974,7 @@
4
5 " More Apache style config files
6 au BufNewFile,BufRead */etc/proftpd/*.conf*,*/etc/proftpd/conf.*/* call s:StarSetf('apachestyle')
7-au BufNewFile,BufRead proftpd.conf* call s:StarSetf('apachestyle')
8+au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf* call s:StarSetf('apachestyle')
9
10 " More Apache config files
11 au BufNewFile,BufRead access.conf*,apache.conf*,apache2.conf*,httpd.conf*,srm.conf* call s:StarSetf('apache')
This page took 0.019379 seconds and 4 git commands to generate.