]> git.pld-linux.org Git - packages/vim.git/commitdiff
- set apache config version depending on location
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Dec 2005 19:02:45 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-apache.patch -> 1.1

vim-apache.patch [new file with mode: 0644]

diff --git a/vim-apache.patch b/vim-apache.patch
new file mode 100644 (file)
index 0000000..ff11fcf
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./runtime/filetype.vim     2005-12-18 15:58:56.000000000 +0200
++++ /usr/share/vim/vim64/filetype.vim  2005-12-18 15:03:14.000000000 +0200
+@@ -88,6 +88,8 @@
+ au BufNewFile,BufRead proftpd.conf*           setf apachestyle
+ " Apache config file
++au BufNewFile,BufRead /etc/httpd/*.conf       let apache_version="2.2" | setf apache
++au BufNewFile,BufRead /etc/apache/*.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.027181 seconds and 4 git commands to generate.