SOURCES: vim-filetypes.patch (NEW) - set apachestyle filetype for ...

glen glen at pld-linux.org
Sat Apr 29 13:57:27 CEST 2006


Author: glen                         Date: Sat Apr 29 11:57:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set apachestyle filetype for proftpd included files

---- Files affected:
SOURCES:
   vim-filetypes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vim-filetypes.patch
diff -u /dev/null SOURCES/vim-filetypes.patch:1.1
--- /dev/null	Sat Apr 29 13:57:27 2006
+++ SOURCES/vim-filetypes.patch	Sat Apr 29 13:57:22 2006
@@ -0,0 +1,11 @@
+--- vim-7.0/runtime/filetype.vim~	2006-04-29 14:54:54.702689335 +0300
++++ vim-7.0/runtime/filetype.vim	2006-04-29 14:56:07.254310876 +0300
+@@ -99,7 +99,7 @@
+ au BufNewFile,BufRead build.xml			setf ant
+ 
+ " Apache style config file
+-au BufNewFile,BufRead proftpd.conf*		call s:StarSetf('apachestyle')
++au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd.conf*		call s:StarSetf('apachestyle')
+ 
+ " Apache config file
+ au BufNewFile,BufRead .htaccess			 setf apache
================================================================


More information about the pld-cvs-commit mailing list