]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-lib-udevrules.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-ft-lib-udevrules.patch
1 --- vim72/runtime/autoload/dist/ft.vim~ 2010-03-16 20:11:19.304293041 +0200
2 +++ vim72/runtime/autoload/dist/ft.vim  2010-03-16 20:03:33.541017783 +0200
3 @@ -1830,6 +1830,10 @@
4      setf udevrules
5      return
6    endif
7 +  if expand('<amatch>:p') =~ '^/lib/udev/\%(rules\.d/\)\=.*\.rules$'
8 +    setf udevrules
9 +    return
10 +  endif
11    try
12      let config_lines = readfile('/etc/udev/udev.conf')
13    catch /^Vim\%((\a\+)\)\=:E484/
This page took 0.02585 seconds and 3 git commands to generate.