]> git.pld-linux.org Git - packages/vim.git/commitdiff
- match also *-apache{1,}.conf in SOURCES
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jan 2006 17:14:42 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-apache.patch -> 1.4

vim-apache.patch

index 698d5f9db6888107a5b8b7e3ebcf5e2f341c7366..86ab892606c8c2b9cabb05bf56d3ab687539cced 100644 (file)
@@ -4,8 +4,8 @@
  au BufNewFile,BufRead proftpd.conf*           setf apachestyle
  
  " Apache config file
-+au BufNewFile,BufRead /etc/httpd/*.conf,apache-*.conf let apache_version="2.2" | setf apache
-+au BufNewFile,BufRead /etc/apache/*.conf,apache1-*.conf       let apache_version="1.3" | setf apache
++au BufNewFile,BufRead /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 httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache
  
  " XA65 MOS6510 cross assembler
This page took 1.977093 seconds and 4 git commands to generate.