]> git.pld-linux.org Git - packages/vim.git/blob - vim-modprobe.patch
updated to 7.3.1219
[packages/vim.git] / vim-modprobe.patch
1 --- runtime/filetype.vim~       2004-12-04 00:57:07.000000000 +0200
2 +++ runtime/filetype.vim        2004-12-15 17:35:10.000000000 +0200
3 @@ -846,7 +846,7 @@
4  au BufNewFile,BufRead *.moo                    setf moo
5  
6  " Modconf
7 -au BufNewFile,BufRead /etc/modules.conf,/etc/conf.modules      setf modconf
8 +au BufNewFile,BufRead /etc/modules.conf,/etc/conf.modules,/etc/modprobe.conf   setf modconf
9  au BufNewFile,BufRead /etc/modutils/*
10         \ if executable(expand("<afile>")) != 1 | setf modconf | endif
11  
This page took 0.038101 seconds and 3 git commands to generate.