]> git.pld-linux.org Git - packages/vim.git/blame - vim-filetypes.patch
- rel 2; typo fixed
[packages/vim.git] / vim-filetypes.patch
CommitLineData
1d1a9959
ER
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')
44b21b14 8+au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf* call s:StarSetf('apachestyle')
1d1a9959
ER
9
10 " Apache config file
11 au BufNewFile,BufRead .htaccess setf apache
This page took 0.600222 seconds and 4 git commands to generate.