[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-50-gfba32b1

James Vega jamessan at debian.org
Fri Apr 18 00:21:12 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit fba32b1d789255cc18b4ca1f649666cb0d4c0fd4
Author: James Vega <jamessan at debian.org>
Date:   Thu Apr 17 20:16:44 2008 -0400

    Fix a missing comma in the cron filetype detection.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 3e61508..46ee590 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.*/etc/cron.d/*	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