packages: vim/vim-ft-cron.patch - add *.crond for cron syntax
glen
glen at pld-linux.org
Tue Mar 16 20:06:46 CET 2010
Author: glen Date: Tue Mar 16 19:06:46 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- add *.crond for cron syntax
---- Files affected:
packages/vim:
vim-ft-cron.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/vim/vim-ft-cron.patch
diff -u packages/vim/vim-ft-cron.patch:1.2 packages/vim/vim-ft-cron.patch:1.3
--- packages/vim/vim-ft-cron.patch:1.2 Sat Aug 9 22:58:25 2008
+++ packages/vim/vim-ft-cron.patch Tue Mar 16 20:06:41 2010
@@ -5,7 +5,7 @@
" Crontab
-au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/* call s:StarSetf('crontab')
-+au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*,*.cron call s:StarSetf('crontab')
++au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*,*.cron,*.crond call s:StarSetf('crontab')
" Debian Sources.list
au BufNewFile,BufRead /etc/apt/sources.list.d/* call s:StarSetf('debsources')
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim-ft-cron.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list