]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-ft-cron.patch
- up to 7.4.1943
[packages/vim.git] / vim-ft-cron.patch
index 262757809ca54f679ccf6c4e815cdff5332df041..6a86dde1651cb341e1c7a9bb7d307cd67043a6c0 100644 (file)
@@ -1,11 +1,12 @@
 --- vim70/runtime/filetype.vim~        2006-11-15 15:36:16.000000000 +0200
 +++ vim70/runtime/filetype.vim 2006-12-22 20:30:52.336234386 +0200
-@@ -2070,7 +2070,7 @@
+@@ -2509,7 +2509,7 @@
        \|endif
  
  " Crontab
--au BufNewFile,BufRead crontab,crontab.*               call s:StarSetf('crontab')
-+au BufNewFile,BufRead crontab,crontab.*,*.cron                call s:StarSetf('crontab')
+-au BufNewFile,BufRead crontab,crontab.*,*/etc/cron.d/*                call s:StarSetf('crontab')
++au BufNewFile,BufRead crontab,crontab.*,*/etc/cron.d/*,*.cron,*.crond call s:StarSetf('crontab')
  
- " Debian Sources.list
- au BufNewFile,BufRead /etc/apt/sources.list.d/*       call s:StarSetf('debsources')
+ " dnsmasq(8) configuration
+ au BufNewFile,BufRead */etc/dnsmasq.d/*               call s:StarSetf('dnsmasq')
+
This page took 0.039011 seconds and 4 git commands to generate.