[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.ds-323-g44483d7

James Vega jamessan at debian.org
Thu Mar 27 04:52:25 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 9848d604fa206046333dc0ac362eaebad54e2419
Author: James Vega <jamessan at debian.org>
Date:   Wed Mar 26 22:19:13 2008 -0400

    Recognize /etc/cron.d/* as crontab filetype. (#472375)

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index d621984..de9bdd3 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2182,7 +2182,7 @@ au BufNewFile,BufRead [cC]hange[lL]og*
 	\|endif
 
 " Crontab
-au BufNewFile,BufRead crontab,crontab.*		call s:StarSetf('crontab')
+au BufNewFile,BufRead crontab,crontab.*/etc/cron.d/*	call s:StarSetf('crontab')
 
 " Debian Sources.list
 au BufNewFile,BufRead /etc/apt/sources.list.d/*	call s:StarSetf('debsources')

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list