]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-cron.patch
- typo
[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 @@ -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.056975 seconds and 3 git commands to generate.