]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-cron.patch
updated to 7.3.1314
[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
3@@ -2070,7 +2070,7 @@
4 \|endif
5
6 " Crontab
2fd1acb8 7-au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/* call s:StarSetf('crontab')
e50bd109 8+au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*,*.cron,*.crond call s:StarSetf('crontab')
9e18e433
ER
9
10 " Debian Sources.list
11 au BufNewFile,BufRead /etc/apt/sources.list.d/* call s:StarSetf('debsources')
This page took 0.042119 seconds and 4 git commands to generate.