]> git.pld-linux.org Git - packages/vim.git/commitdiff
- /etc/{httpd,apache} need not to be in root (in case of chroot / vserver files)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jan 2006 17:15:25 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-apache.patch -> 1.5

vim-apache.patch

index 86ab892606c8c2b9cabb05bf56d3ab687539cced..ced660d85f30071ab606f003de11e9893933fa8e 100644 (file)
@@ -4,8 +4,8 @@
  au BufNewFile,BufRead proftpd.conf*           setf apachestyle
  
  " Apache config file
-+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 */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 0.242118 seconds and 4 git commands to generate.