]> git.pld-linux.org Git - packages/vim.git/blob - vim-filetypes.patch
Up to 9.1.0168
[packages/vim.git] / vim-filetypes.patch
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.029531 seconds and 3 git commands to generate.