]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-cron.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-ft-cron.patch
CommitLineData
9e18e433
ER
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
0dbb2bd6 3@@ -2509,7 +2509,7 @@
9e18e433
ER
4 \|endif
5
6 " Crontab
0dbb2bd6
AM
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')
9e18e433 9
0dbb2bd6
AM
10 " dnsmasq(8) configuration
11 au BufNewFile,BufRead */etc/dnsmasq.d/* call s:StarSetf('dnsmasq')
12
This page took 0.114255 seconds and 4 git commands to generate.