X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=vim-apache.patch;h=11fcf708618b479652cb90214f635ace03e3b55c;hb=16bc28c1c281bd157fe2c825ea3eda7ee06a7009;hp=ced660d85f30071ab606f003de11e9893933fa8e;hpb=c235de08547b762cfc8f4228f07c53b3ed66bb43;p=packages%2Fvim.git diff --git a/vim-apache.patch b/vim-apache.patch index ced660d..11fcf70 100644 --- a/vim-apache.patch +++ b/vim-apache.patch @@ -1,11 +1,12 @@ ---- ./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 +--- 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,7 +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 .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 httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache " XA65 MOS6510 cross assembler + au BufNewFile,BufRead *.a65 setf a65