]> git.pld-linux.org Git - packages/vim.git/commitdiff
- add *.crond for cron syntax auto/ti/vim-7_2_394-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Mar 2010 19:06:41 +0000 (19:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ft-cron.patch -> 1.3

vim-ft-cron.patch

index d54df651ff93f95ca3008eb2c33463457763eab6..72d41810fac21192f26399b11e078cce4f36c6ba 100644 (file)
@@ -5,7 +5,7 @@
  
  " Crontab
 -au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*         call s:StarSetf('crontab')
-+au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*,*.cron          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')
This page took 0.051463 seconds and 4 git commands to generate.