]> git.pld-linux.org Git - packages/vim.git/blame - vim-apache.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-apache.patch
CommitLineData
7928792f
ER
1--- vim74/runtime/filetype.vim~ 2013-09-06 00:03:38.000000000 +0300
2+++ vim74/runtime/filetype.vim 2013-09-06 00:04:54.205952274 +0300
78a8f814 3@@ -110,8 +110,8 @@
a0ece444 4 au BufNewFile,BufRead proftpd.conf* call s:StarSetf('apachestyle')
09c22972
ER
5
6 " Apache config file
7928792f 7-au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf setf apache
78a8f814 8-au BufNewFile,BufRead */etc/apache2/sites-*/*.com setf apache
7928792f 9+au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf,apache-*.conf,*-apache.conf let apache_version="2.2" | setf apache
c235de08 10+au BufNewFile,BufRead */etc/apache/*.conf,apache1-*.conf,*-apache1.conf let apache_version="1.3" | setf apache
09c22972 11
0dbb2bd6 12 " XA65 MOS6510 cross assembler
7928792f 13 au BufNewFile,BufRead *.a65 setf a65
This page took 0.23097 seconds and 4 git commands to generate.