]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-cron.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-ft-cron.patch
1 --- vim70/runtime/filetype.vim~ 2006-11-15 15:36:16.000000000 +0200
2 +++ vim70/runtime/filetype.vim  2006-12-22 20:30:52.336234386 +0200
3 @@ -2509,7 +2509,7 @@
4         \|endif
5  
6  " Crontab
7 -au BufNewFile,BufRead crontab,crontab.*,*/etc/cron.d/*         call s:StarSetf('crontab')
8 +au BufNewFile,BufRead crontab,crontab.*,*/etc/cron.d/*,*.cron,*.crond  call s:StarSetf('crontab')
9  
10  " dnsmasq(8) configuration
11  au BufNewFile,BufRead */etc/dnsmasq.d/*                call s:StarSetf('dnsmasq')
12
This page took 0.03001 seconds and 3 git commands to generate.