]> git.pld-linux.org Git - packages/vim.git/blob - vim-modprobe.patch
rebuild with perl 5.34.0
[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 @@ -1216,7 +1216,7 @@
4  au BufNewFile,BufRead *.moo                    setf moo
5  
6  " Modconf
7 -au BufNewFile,BufRead */etc/modules.conf,*/etc/modules,*/etc/conf.modules setf modconf
8 +au BufNewFile,BufRead */etc/modules.conf,*/etc/modules,*/etc/conf.modules,*/etc/modprobe.conf setf modconf
9  
10  " MPD is based on XML
11  au BufNewFile,BufRead *.mpd                    setf xml
12
This page took 0.033134 seconds and 3 git commands to generate.