]> git.pld-linux.org Git - packages/vim.git/blob - vim-filetypes.patch
- rebuild with ruby 2.4
[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 @@ -99,7 +99,7 @@
4  au BufNewFile,BufRead build.xml                        setf ant
5  
6  " Apache style config file
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  " Apache config file
11  au BufNewFile,BufRead .htaccess                         setf apache
This page took 0.0484 seconds and 3 git commands to generate.