SOURCES: vim-apache.patch - relative paths don't work hundred percent
glen
glen at pld-linux.org
Sun Dec 25 01:24:37 CET 2005
Author: glen Date: Sun Dec 25 00:24:37 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- relative paths don't work hundred percent
---- Files affected:
SOURCES:
vim-apache.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/vim-apache.patch
diff -u SOURCES/vim-apache.patch:1.2 SOURCES/vim-apache.patch:1.3
--- SOURCES/vim-apache.patch:1.2 Mon Dec 19 16:46:34 2005
+++ SOURCES/vim-apache.patch Sun Dec 25 01:24:31 2005
@@ -1,13 +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,10 @@
+@@ -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 .*/SOURCES/apache-*.conf let apache_version="2.2" | setf apache
-+au BufNewFile,BufRead /etc/apache/*.conf let apache_version="1.3" | setf apache
-+au BufNewFile,BufRead .*/SOURCES/apache1-*.conf let apache_version="1.3" | setf apache
++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 httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache
" XA65 MOS6510 cross assembler
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/vim-apache.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list