]> git.pld-linux.org Git - packages/vim.git/commitdiff
- syntax for /etc/modprobe.conf
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Dec 2004 01:07:44 +0000 (01:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-modprobe.patch -> 1.1

vim-modprobe.patch [new file with mode: 0644]

diff --git a/vim-modprobe.patch b/vim-modprobe.patch
new file mode 100644 (file)
index 0000000..3ff8935
--- /dev/null
@@ -0,0 +1,11 @@
+--- runtime/filetype.vim~      2004-12-04 00:57:07.000000000 +0200
++++ runtime/filetype.vim       2004-12-15 17:35:10.000000000 +0200
+@@ -846,7 +846,7 @@
+ au BufNewFile,BufRead *.moo                   setf moo
+ " Modconf
+-au BufNewFile,BufRead /etc/modules.conf,/etc/conf.modules     setf modconf
++au BufNewFile,BufRead /etc/modules.conf,/etc/conf.modules,/etc/modprobe.conf  setf modconf
+ au BufNewFile,BufRead /etc/modutils/*
+       \ if executable(expand("<afile>")) != 1 | setf modconf | endif
This page took 0.172068 seconds and 4 git commands to generate.