]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-cron.patch
- updated to 7.1.100
[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
7-au BufNewFile,BufRead crontab,crontab.* call s:StarSetf('crontab')
8+au BufNewFile,BufRead crontab,crontab.*,*.cron call s:StarSetf('crontab')
9
10 " Debian Sources.list
11 au BufNewFile,BufRead /etc/apt/sources.list.d/* call s:StarSetf('debsources')
This page took 0.776055 seconds and 4 git commands to generate.