]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-apache.patch
- as of 8.1.0733 multi-byte cannot be disabled
[packages/vim.git] / vim-apache.patch
index 71ce2655509f6387528569ab4baa42c8d7fefcd2..6b401a926ad70b85ace11f5b44e65aa5429544da 100644 (file)
@@ -1,11 +1,13 @@
---- vim70/runtime/filetype.vim~        2006-05-13 15:24:24.000000000 +0200
-+++ vim70/runtime/filetype.vim 2006-05-15 10:02:34.491964500 +0200
-@@ -102,6 +102,8 @@
+--- vim74/runtime/filetype.vim~        2013-09-06 00:03:38.000000000 +0300
++++ vim74/runtime/filetype.vim 2013-09-06 00:04:54.205952274 +0300
+@@ -110,8 +110,8 @@
  au BufNewFile,BufRead proftpd.conf*           call s:StarSetf('apachestyle')
  
  " Apache config file
-+au BufNewFile,BufRead */etc/httpd/*.conf,apache-*.conf,*-apache.conf  let apache_version="2.2" | setf apache
+-au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf            setf apache
+-au BufNewFile,BufRead */etc/apache2/sites-*/*.com             setf apache
++au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf,apache-*.conf,*-apache.conf        let apache_version="2.2" | setf apache
 +au BufNewFile,BufRead */etc/apache/*.conf,apache1-*.conf,*-apache1.conf       let apache_version="1.3" | setf apache
- au BufNewFile,BufRead .htaccess,/etc/httpd/*.conf              setf apache
- au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,/etc/httpd/conf.d/*.conf* call s:StarSetf('apache')
  
+ " XA65 MOS6510 cross assembler
+ au BufNewFile,BufRead *.a65                   setf a65
This page took 0.032752 seconds and 4 git commands to generate.