Author: glen                         Date: Fri Dec 22 18:33:49 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- recognize *.cron (from SOURCES) as cron file

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

---- Diffs:

================================================================
Index: SOURCES/vim-ft-cron.patch
diff -u /dev/null SOURCES/vim-ft-cron.patch:1.1
--- /dev/null   Fri Dec 22 19:33:49 2006
+++ SOURCES/vim-ft-cron.patch   Fri Dec 22 19:33:44 2006
@@ -0,0 +1,11 @@
+--- vim70/runtime/filetype.vim~        2006-11-15 15:36:16.000000000 +0200
++++ vim70/runtime/filetype.vim 2006-12-22 20:30:52.336234386 +0200
+@@ -2070,7 +2070,7 @@
+       \|endif
+ 
+ " Crontab
+-au BufNewFile,BufRead crontab,crontab.*               call 
s:StarSetf('crontab')
++au BufNewFile,BufRead crontab,crontab.*,*.cron                call 
s:StarSetf('crontab')
+ 
+ " Debian Sources.list
+ au BufNewFile,BufRead /etc/apt/sources.list.d/*       call 
s:StarSetf('debsources')
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to